Calendar for WPF | ComponentOne
C1.WPF.Calendar Namespace / CalendarAdapter Class / BindSlot Method
The slot presenter.
The info about the slot.
The kind of slot.

In This Topic
    BindSlot Method
    In This Topic
    Binds the slot to the slotInfo.
    Syntax
    'Declaration
     
    
    Public Overridable Sub BindSlot( _
       ByVal slot As CalendarSlotPresenter, _
       ByVal slotInfo As CalendarSlotInfo, _
       ByVal slotKind As Object _
    ) 

    Parameters

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