[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.DayInfo.IsHoliday

IsHoliday Property

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.

Declaration
public bool IsHoliday { get; }
Public ReadOnly Property IsHoliday As Boolean
Property Value
Type Description
bool

true if the Date is defined as a GrapeCity.Windows.InputMan.DayType.ForcedHoliday, GrapeCity.Windows.InputMan.DayType.Holiday or GrapeCity.Windows.InputMan.DayType.OverriddenHoliday; otherwise, false.

Remarks

If the Date is defined as GrapeCity.Windows.InputMan.DayType.WeeklyHoliday, the IsHoliday is false and IsWeeklyHoliday is true.