In This Article

DataGridCommands Class

Contains the commands used for the ActiproSoftware.Windows.Controls.DataGrid control.

public static class DataGridCommands
Inheritance:
Object Object

Properties

ToggleFrozenColumn

Gets the RoutedCommand that is used to toggle the frozen state of a DataGridColumn.

public static RoutedCommand ToggleFrozenColumn { get; }

Property Value

RoutedCommand:

The RoutedCommand that is used to toggle the frozen state of a DataGridColumn.

Remarks

The related DataGridColumnHeader must be located in the command parameter.

Inherited Members