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

In This Topic
    ChangeVisualStateLoading Method (C1DataGrid)
    In This Topic
    Updates the current visual state of the Loading visual state group to match the object's properties.
    Syntax
    'Declaration
     
    
    <SuppressMessageAttribute("Microsoft.Performance", "CA1820:TestForEmptyStringsUsingStringLength")>
    Protected Sub ChangeVisualStateLoading( _
       ByVal useTransitions As Boolean _
    ) 
    [SuppressMessage("Microsoft.Performance", "CA1820:TestForEmptyStringsUsingStringLength")]
    protected void ChangeVisualStateLoading( 
       bool useTransitions
    )

    Parameters

    useTransitions
    See Also