Calendar for WPF | ComponentOne
C1.WPF.Calendar Namespace / CalendarDaySlotLoadingEventArgs Class / DaySlot Property

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