[]
        
(Showing Draft Content)

C1.iOS.Calendar.CalendarDaysOfWeekPanel

CalendarDaysOfWeekPanel Class

Panel that displays day of the week.

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

Constructors

Name Description
CalendarDaysOfWeekPanel()

Initializes a new instance of the CalendarDaysOfWeekPanel class.

Methods

Name Description
CreateContainer()

Creates the container.

CreateContent(CalendarDayOfWeekSlotInfo)

Creates the content of the slot.

GetSlots()

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

PrepareContainer(CalendarSlotPresenter, CalendarDayOfWeekSlotInfo)

Prepares the item to be shown.

See Also