ToggleGroupExpansion Field
See Also 
Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace > DataGridCommands Class : ToggleGroupExpansion Field

Represents the ToggleGroupExpansion command, which requests that the associated group be collapsed if it is expanded, and expanded if it is collapsed. By default, Space or double-clicking the left mouse button.

Syntax

Visual Basic (Declaration) 
Public Shared ReadOnly ToggleGroupExpansion As RoutedCommand
C# 
public static readonly RoutedCommand ToggleGroupExpansion

Requirements

Supported Frameworks: Microsoft .NET Framework version 3.5

See Also