[]
        
(Showing Draft Content)

C1.iOS.Calendar.CalendarMonthsPanel

CalendarMonthsPanel Class

Panel that displays months.

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

Constructors

Name Description
CalendarMonthsPanel()

Initializes a new instance of the CalendarMonthsPanel class.

Methods

Name Description
CreateContainer()

Creates the container.

CreateContent(CalendarMonthSlotInfo)

Creates the content of the slot.

GetSlots()

When overriden, it returns the slots that will be displayed.

PrepareContainer(CalendarSlotPresenter, CalendarMonthSlotInfo)

Prepares the item to be shown.

See Also