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

In This Topic
    DayOfWeekSlot Property
    In This Topic
    Gets or sets the visual element shown in the day of week slot.
    Syntax
    'Declaration
     
    
    Public Property DayOfWeekSlot As FrameworkElement
    public FrameworkElement DayOfWeekSlot {get; set;}
    See Also