ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridColumnHeaderPresenter Class / ChangeVisualStateMerging Method

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

    Parameters

    useTransitions
    See Also