[]
        
(Showing Draft Content)

C1.Maui.Calendar.CalendarAdapter.PrepareSlot

PrepareSlot Method

PrepareSlot(CalendarSlotPresenter, CalendarSlotInfo)

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

Declaration
public virtual void PrepareSlot(CalendarSlotPresenter slot, CalendarSlotInfo slotInfo)
Parameters
Type Name Description
CalendarSlotPresenter slot

The slot presenter.

CalendarSlotInfo slotInfo

The info about the slot.

Remarks

If some particular property is set for one slot it needs to be set for all of them since the recycling algorithm will reuse the presenters.