[]
        
(Showing Draft Content)

C1.iOS.Calendar.CalendarYearsPanel

CalendarYearsPanel Class

Panel that shows years divided by decades.

Inheritance
CalendarYearsPanel
Implements
Namespace: C1.iOS.Calendar
Assembly: C1.iOS.Calendar.dll
Syntax
public class CalendarYearsPanel : CalendarSlotsPanel<C1Calendar.CalendarYearSlotInfo>, IDependencyObject

Constructors

Name Description
CalendarYearsPanel()

Initializes a new instance of the CalendarYearsPanel class.

Methods

Name Description
CreateContainer()

Creates the container.

CreateContent(CalendarYearSlotInfo)

Creates the content.

GetSlots()

It returns the year slots that will be displayed.

PrepareContainer(CalendarSlotPresenter, CalendarYearSlotInfo)

Prepares the item to be shown.

See Also