[]
Gets a value indicating whether the Date is defined as a GrapeCity.Windows.InputMan.DayType.OverriddenHoliday.
public bool IsOverrideHoliday { get; }
Public ReadOnly Property IsOverrideHoliday As Boolean
Type | Description |
---|---|
bool | true if the Date is defined as a GrapeCity.Windows.InputMan.DayType.OverriddenHoliday; otherwise, false. |
If the Date is defined as GrapeCity.Windows.InputMan.DayType.OverriddenHoliday, the IsOverrideHoliday is true and IsHoliday is true too.