Calendar for WPF | ComponentOne
C1.WPF.Calendar Namespace / CalendarHeadersPanel Class / GetSlots Method

In This Topic
    GetSlots Method (CalendarHeadersPanel)
    In This Topic
    When overriden, it returns the slots that will be displayed.
    Syntax
    'Declaration
     
    
    Protected Overrides Function GetSlots() As IEnumerable(Of CalendarHeaderSlotInfo)
    protected override IEnumerable<CalendarHeaderSlotInfo> GetSlots()
    See Also