Calendar for WPF | ComponentOne
C1.WPF.Calendar Namespace / CalendarMonthsPanel Class / Refresh Method
When set to true keeps the current slots that are already presented.

In This Topic
    Refresh Method (CalendarMonthsPanel)
    In This Topic
    Recreates the slots.
    Syntax
    'Declaration
     
    
    Public Sub Refresh( _
       Optional ByVal keepSlots As Boolean _
    ) 
    public void Refresh( 
       bool keepSlots
    )

    Parameters

    keepSlots
    When set to true keeps the current slots that are already presented.
    See Also