ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / C1DataGrid Class / ChangeVisualStateLoading Method

In This Topic
    ChangeVisualStateLoading Method
    In This Topic
    Updates the current visual state of the Loading visual state group to match the object's properties.
    Syntax
    'Declaration
     
    
    Protected Sub ChangeVisualStateLoading( _
       ByVal useTransitions As Boolean _
    ) 
    protected void ChangeVisualStateLoading( 
       bool useTransitions
    )

    Parameters

    useTransitions
    See Also