[]
        
(Showing Draft Content)

C1.WinUI.Calendar.CalendarAdapter.CreateSlot

CreateSlot Method

CreateSlot(CalendarSlotInfo, object)

Creates the slot for the specified slotKind.

Declaration
public virtual CalendarSlotPresenter CreateSlot(CalendarSlotInfo slotInfo, object slotKind)
Parameters
Type Name Description
CalendarSlotInfo slotInfo

The info about the slot.

object slotKind

The kind of slot that is requested.

Returns
Type Description
CalendarSlotPresenter

The slot presenter instance.