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


In This Topic
    IsWeeklyHoliday Property
    In This Topic
    Gets a value indicating whether the Date is defined as a GrapeCity.Windows.InputMan.DayType.WeeklyHoliday.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsWeeklyHoliday As Boolean
    'Usage
     
    Dim instance As DayInfo
    Dim value As Boolean
     
    value = instance.IsWeeklyHoliday
    public bool IsWeeklyHoliday {get;}

    Property Value

    true if the Date is defined as a GrapeCity.Windows.InputMan.DayType.WeeklyHoliday; otherwise, false.
    Remarks
    If the Date is defined as GrapeCity.Windows.InputMan.DayType.WeeklyHoliday, the IsHoliday is false and IsWeeklyHoliday is true.
    See Also