[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.DayInfo.IsOverrideHoliday

IsOverrideHoliday Property

IsOverrideHoliday

Gets a value indicating whether the Date is defined as a GrapeCity.Windows.InputMan.DayType.OverriddenHoliday.

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

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

Remarks

If the Date is defined as GrapeCity.Windows.InputMan.DayType.OverriddenHoliday, the IsOverrideHoliday is true and IsHoliday is true too.