[]
Gets the GrapeCity.Windows.InputMan.Primitives.DayInfo of which contains the advanced information of the day that the CalendarDayButton represents.
public DayInfo DayInfo { get; }
Public ReadOnly Property DayInfo As DayInfo
Type | Description |
---|---|
DayInfo | The GrapeCity.Windows.InputMan.Primitives.DayInfo which this CalendarDayButton presented. |
The GrapeCity.Windows.InputMan.Primitives.DayInfo contains the following information:
GrapeCity.Windows.InputMan.Primitives.DayInfo Property | Description |
---|---|
GrapeCity.Windows.InputMan.Primitives.DayInfo.Date | The date which the GrapeCity.Windows.InputMan.Primitives.DayInfo represents. |
GrapeCity.Windows.InputMan.Primitives.DayInfo.HolidayName | The GrapeCity.Windows.InputMan.IHoliday.HolidayName value of the GrapeCity.Windows.InputMan.IHoliday defined on the GrapeCity.Windows.InputMan.Primitives.DayInfo.Date. |
GrapeCity.Windows.InputMan.Primitives.DayInfo.HolidaySettingName | The GrapeCity.Windows.InputMan.HolidaySettingBase.HolidaySettingName value of the GrapeCity.Windows.InputMan.HolidaySetting defined on the GrapeCity.Windows.InputMan.Primitives.DayInfo.Date. |
GrapeCity.Windows.InputMan.Primitives.DayInfo.IsBlackedOut | The GrapeCity.Windows.InputMan.Primitives.DayInfo.Date is non-selectable. |
GrapeCity.Windows.InputMan.Primitives.DayInfo.IsForceWorkday | The GrapeCity.Windows.InputMan.Primitives.DayInfo.Date is defined as a GrapeCity.Windows.InputMan.DayType.ForcedWorkday. |
GrapeCity.Windows.InputMan.Primitives.DayInfo.IsHoliday | The GrapeCity.Windows.InputMan.Primitives.DayInfo.Date is defined as a GrapeCity.Windows.InputMan.DayType.ForcedHoliday, GrapeCity.Windows.InputMan.DayType.Holiday or GrapeCity.Windows.InputMan.DayType.OverriddenHoliday. |
GrapeCity.Windows.InputMan.Primitives.DayInfo.IsOverrideHoliday | The GrapeCity.Windows.InputMan.Primitives.DayInfo.Date is defined as a GrapeCity.Windows.InputMan.DayType.OverriddenHoliday. |
GrapeCity.Windows.InputMan.Primitives.DayInfo.IsSelected | The GrapeCity.Windows.InputMan.Primitives.DayInfo.Date is in selection. |
GrapeCity.Windows.InputMan.Primitives.DayInfo.IsToday | The GrapeCity.Windows.InputMan.Primitives.DayInfo.Date is Today. |
GrapeCity.Windows.InputMan.Primitives.DayInfo.IsTrailing | The GrapeCity.Windows.InputMan.Primitives.DayInfo.Date is a trailing day. |
GrapeCity.Windows.InputMan.Primitives.DayInfo.IsWeeklyHoliday | The GrapeCity.Windows.InputMan.Primitives.DayInfo.Date is defined as a GrapeCity.Windows.InputMan.DayType.WeeklyHoliday. |
GrapeCity.Windows.InputMan.Primitives.DayInfo.Text | The formatted string value that the GrapeCity.Windows.InputMan.Primitives.DayInfo should be presented according to the current culture. |