ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridGroupingPresenter Class / ChangeVisualStateGroups Method

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

    Parameters

    useTransitions
    See Also