[]
        
(Showing Draft Content)

C1.Maui.Calendar.CalendarAdapter

CalendarAdapter Class

Adapter that allows advanced customization of the control.

Inheritance
CalendarAdapter
Namespace: C1.Maui.Calendar
Assembly: C1.Maui.Calendar.dll
Syntax
public class CalendarAdapter

Constructors

Name Description
CalendarAdapter()

Properties

Name Description
Calendar

The calendar the adapter belongs to.

Methods

Name Description
BindSlot(CalendarSlotPresenter, CalendarSlotInfo, object)

Binds the slot to the slotInfo.

CreateSlot(CalendarSlotInfo, object)

Creates the slot for the specified slotKind.

GetSlotKind(CalendarSlotInfo)

Gets the kind of slot will be used to the specified slotInfo.

IsMouseOverSlot(CalendarSlotInfo)

Gets whether the specified slot is in mouse-over state.

PrepareSlot(CalendarSlotPresenter, CalendarSlotInfo)

Prepares a slot to be displayed. Typically used to set the style of the slot.

UnbindSlot(CalendarSlotPresenter, CalendarSlotInfo, object)

Unbinds the slot from the slotInfo.