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

In This Topic
    GetSlots Method (CalendarYearsPanel)
    In This Topic
    It returns the year slots that will be displayed.
    Syntax
    'Declaration
     
    
    Protected Overrides Function GetSlots() As IEnumerable(Of CalendarYearSlotInfo)
    protected override IEnumerable<CalendarYearSlotInfo> GetSlots()
    See Also