DataGridCommands Class
Contains the commands used for the ActiproSoftware.Windows.Controls.DataGrid control.
public static class DataGridCommands
- Inheritance:
- object object
Properties
ToggleFrozenColumn
The RoutedCommand that is used to toggle the frozen state of a DataGridColumn.
public static RoutedCommand ToggleFrozenColumn { get; }
Property Value
Remarks
The related DataGridColumnHeader must be located in the command parameter.