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

In This Topic
    DayOfWeek Property (CalendarDayOfWeekSlotLoadingEventArgs)
    In This Topic
    Gets the day of week for the corresponding day of week slot.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property DayOfWeek As DayOfWeek
    public DayOfWeek DayOfWeek {get;}
    See Also