[]
Represents a DayInfo contains the information for GrapeCity.Windows.InputMan.Primitives.CalendarDayButton presentation.
public class DayInfo : INotifyPropertyChanged
Public Class DayInfo
Implements INotifyPropertyChanged
The DayInfo contains the following information:
DayInfoProperty | Description |
---|---|
Date | The date which the DayInfo represents. |
HolidayName | The GrapeCity.Windows.InputMan.IHoliday.HolidayName value of the GrapeCity.Windows.InputMan.IHoliday defined on the Date. |
HolidaySettingName | The GrapeCity.Windows.InputMan.HolidaySettingBase.HolidaySettingName value of the GrapeCity.Windows.InputMan.HolidaySetting defined on the Date. |
IsBlackedOut | The Date is non-selectable. |
IsForceWorkday | The Date is defined as a GrapeCity.Windows.InputMan.DayType.ForcedWorkday. |
IsHoliday | The Date is defined as a GrapeCity.Windows.InputMan.DayType.ForcedHoliday, GrapeCity.Windows.InputMan.DayType.Holiday or GrapeCity.Windows.InputMan.DayType.OverriddenHoliday. |
IsOverrideHoliday | The Date is defined as a GrapeCity.Windows.InputMan.DayType.OverriddenHoliday. |
IsSelected | The Date is in selection. |
IsToday | The Date is Today. |
IsTrailing | The Date is a trailing day. |
IsWeeklyHoliday | The Date is defined as a GrapeCity.Windows.InputMan.DayType.WeeklyHoliday. |
Text | The formatted string value that the DayInfo should be presented according to the current culture. |
Name | Description |
---|---|
Date | Gets the date which the DayInfo represents. |
HolidayName | Gets the GrapeCity.Windows.InputMan.IHoliday.HolidayName value of the GrapeCity.Windows.InputMan.IHoliday defined on the Date. |
HolidaySettingName | Gets the GrapeCity.Windows.InputMan.HolidaySettingBase.HolidaySettingName value of the GrapeCity.Windows.InputMan.HolidaySetting defined on the Date. |
IsBlackedOut | Gets a value indicating whether the Date is non-selectable. |
IsForceWorkday | Gets a value indicating whether the Date is defined as a GrapeCity.Windows.InputMan.DayType.ForcedWorkday. |
IsHighlighted | Gets a value indicating whether this day is highlighted. |
IsHoliday | Gets a value indicating whether the Date is defined as a GrapeCity.Windows.InputMan.DayType.ForcedHoliday, GrapeCity.Windows.InputMan.DayType.Holiday or GrapeCity.Windows.InputMan.DayType.OverriddenHoliday. |
IsOverrideHoliday | Gets a value indicating whether the Date is defined as a GrapeCity.Windows.InputMan.DayType.OverriddenHoliday. |
IsSelected | Gets a value indicating whether the Date is in selection. |
IsToday | Gets a value indicating whether the Date is Today. |
IsTrailing | Gets a value indicating whether the Date is a trailing day. |
IsWeeklyHoliday | Gets a value indicating whether the Date is defined as a GrapeCity.Windows.InputMan.DayType.WeeklyHoliday. |
Text | Gets the formatted string value that the DayInfo should be presented according to the current culture. |