Calendar for WPF | ComponentOne
C1.WPF.Calendar Namespace / CalendarDayOfWeekSlotLoadingEventArgs Class / IsWeekend Property

In This Topic
    IsWeekend Property (CalendarDayOfWeekSlotLoadingEventArgs)
    In This Topic
    Gets whether the day is in the weekend.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsWeekend As Boolean
    public bool IsWeekend {get;}
    See Also