[]
        
(Showing Draft Content)

C1.iOS.Calendar.CalendarDaysPanel

CalendarDaysPanel Class

Panel that disaplys day slots.

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

Constructors

Name Description
CalendarDaysPanel()

Initializes a new instance of the CalendarDaysPanel class.

Methods

Name Description
CreateContainer()

Creates the container.

CreateContent(CalendarDaySlotInfo)

Creates the content of the slot.

GetSlots()

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

PrepareContainer(CalendarSlotPresenter, CalendarDaySlotInfo)

Prepares the item to be shown.

See Also