Namespace:DevExpress.Xpf.Grid
Assembly:DevExpress.Xpf.Grid.v19.2.dll

Syntax
C# |
public static RoutedCommand HideColumnChooser { get; }
|
VB |
static Public ReadOnly Property HideColumnChooser As RoutedCommand
|
Property value
Type: RoutedCommand
A System.Windows.Input.RoutedCommand object that defines a command implementing the System.Windows.Input.ICommand, and is routed through the element tree.

Remarks

See Also