MAUI | ComponentOne
C1.Maui.Calendar Assembly / C1.Maui.Calendar Namespace / CalendarAdapter Class / UnbindSlot Method
The slot presenter.
The info about the slot.
The kind of slot.
In This Topic
    UnbindSlot Method
    In This Topic
    Unbinds the slot from the slotInfo.
    Syntax
    public virtual void UnbindSlot( 
       CalendarSlotPresenter slot,
       CalendarSlotInfo slotInfo,
       object slotKind
    )

    Parameters

    slot
    The slot presenter.
    slotInfo
    The info about the slot.
    slotKind
    The kind of slot.
    See Also