ComponentOne Calendar for UWP
C1.UWP.Calendar Assembly / C1.Xaml.Calendar Namespace / C1Calendar Class / Refresh Method
The System.Boolean value specifying whether DayOfWeek slots should be updated as well.

In This Topic
    Refresh Method
    In This Topic
    Refreshes C1Calendar user interface.
    Syntax
    'Declaration
     
    Public Sub Refresh( _
       ByVal full As System.Boolean _
    ) 
    public void Refresh( 
       System.bool full
    )

    Parameters

    full
    The System.Boolean value specifying whether DayOfWeek slots should be updated as well.
    See Also