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

In This Topic
    SlotInfo Property (CalendarDayOfWeekSlotLoadingEventArgs)
    In This Topic
    Gets the date information for the slot.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property SlotInfo As CalendarDayOfWeekSlotInfo
    public CalendarDayOfWeekSlotInfo SlotInfo {get;}
    See Also