Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / DayInfo Class / IsHoliday Property


In This Topic
    IsHoliday Property
    In This Topic
    Syntax
    'Declaration
     
    Public ReadOnly Property IsHoliday As Boolean
    'Usage
     
    Dim instance As DayInfo
    Dim value As Boolean
     
    value = instance.IsHoliday
    public bool IsHoliday {get;}

    Property Value

    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.
    See Also