[]
Prepares a slot to be displayed. Typically used to set the style of the slot.
public virtual void PrepareSlot(CalendarSlotPresenter slot, CalendarSlotInfo slotInfo)
| Type | Name | Description |
|---|---|---|
| CalendarSlotPresenter | slot | The slot presenter. |
| CalendarSlotInfo | slotInfo | The info about the slot. |
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.