[]
Adapter that allows advanced customization of the control.
public class CalendarAdapter
| Name | Description |
|---|---|
| CalendarAdapter() |
| Name | Description |
|---|---|
| Calendar | The calendar the adapter belongs to. |
| Name | Description |
|---|---|
| BindSlot(CalendarSlotPresenter, CalendarSlotInfo, object) | Binds the |
| CreateSlot(CalendarSlotInfo, object) | Creates the slot for the specified |
| GetSlotKind(CalendarSlotInfo) | Gets the kind of slot will be used to the specified |
| IsMouseOverSlot(CalendarSlotInfo) | Gets whether the specified |
| PrepareSlot(CalendarSlotPresenter, CalendarSlotInfo) | Prepares a slot to be displayed. Typically used to set the style of the slot. |
| UnbindSlot(CalendarSlotPresenter, CalendarSlotInfo, object) | Unbinds the |