[]
        
(Showing Draft Content)

C1.iOS.Calendar.CalendarHeadersPanel

CalendarHeadersPanel Class

Panel that displays headers slots.

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

Constructors

Name Description
CalendarHeadersPanel()

Initializes a new instance of the CalendarHeadersPanel class.

Methods

Name Description
CreateContainer()

Creates the container.

CreateContent(CalendarHeaderSlotInfo)

Creates the content of the slot.

GetSlots()

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

PrepareContainer(CalendarSlotPresenter, CalendarHeaderSlotInfo)

Prepares the item to be shown.

See Also