[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarDayButton.DayInfo

DayInfo Property

DayInfo

Gets the GrapeCity.Windows.InputMan.Primitives.DayInfo of which contains the advanced information of the day that the CalendarDayButton represents.

Declaration
public DayInfo DayInfo { get; }
Public ReadOnly Property DayInfo As DayInfo
Property Value
Type Description
DayInfo

The GrapeCity.Windows.InputMan.Primitives.DayInfo which this CalendarDayButton presented.

Remarks

The GrapeCity.Windows.InputMan.Primitives.DayInfo contains the following information:

GrapeCity.Windows.InputMan.Primitives.DayInfo PropertyDescription
GrapeCity.Windows.InputMan.Primitives.DayInfo.DateThe date which the GrapeCity.Windows.InputMan.Primitives.DayInfo represents.
GrapeCity.Windows.InputMan.Primitives.DayInfo.HolidayNameThe 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.HolidaySettingNameThe 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.IsBlackedOutThe GrapeCity.Windows.InputMan.Primitives.DayInfo.Date is non-selectable.
GrapeCity.Windows.InputMan.Primitives.DayInfo.IsForceWorkdayThe GrapeCity.Windows.InputMan.Primitives.DayInfo.Date is defined as a GrapeCity.Windows.InputMan.DayType.ForcedWorkday.
GrapeCity.Windows.InputMan.Primitives.DayInfo.IsHolidayThe 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.IsOverrideHolidayThe GrapeCity.Windows.InputMan.Primitives.DayInfo.Date is defined as a GrapeCity.Windows.InputMan.DayType.OverriddenHoliday.
GrapeCity.Windows.InputMan.Primitives.DayInfo.IsSelectedThe GrapeCity.Windows.InputMan.Primitives.DayInfo.Date is in selection.
GrapeCity.Windows.InputMan.Primitives.DayInfo.IsTodayThe GrapeCity.Windows.InputMan.Primitives.DayInfo.Date is Today.
GrapeCity.Windows.InputMan.Primitives.DayInfo.IsTrailingThe GrapeCity.Windows.InputMan.Primitives.DayInfo.Date is a trailing day.
GrapeCity.Windows.InputMan.Primitives.DayInfo.IsWeeklyHolidayThe GrapeCity.Windows.InputMan.Primitives.DayInfo.Date is defined as a GrapeCity.Windows.InputMan.DayType.WeeklyHoliday.
GrapeCity.Windows.InputMan.Primitives.DayInfo.TextThe formatted string value that the GrapeCity.Windows.InputMan.Primitives.DayInfo should be presented according to the current culture.