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

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