ComponentOne Calendar for UWP
C1.UWP.Calendar Assembly / C1.Xaml.Calendar Namespace / C1Calendar Class / GoToElementStateCore Method

In This Topic
    GoToElementStateCore Method (C1Calendar)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Function GoToElementStateCore( _
       ByVal stateName As System.String, _
       ByVal useTransitions As System.Boolean _
    ) As System.Boolean
    protected virtual System.bool GoToElementStateCore( 
       System.string stateName,
       System.bool useTransitions
    )

    Parameters

    stateName
    useTransitions
    See Also