In This Article

DataGridCommands Class

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

public static class DataGridCommands
Inheritance:
System.Object Object

Properties

ToggleFrozenColumn

Gets the System.Windows.Input.RoutedCommand that is used to toggle the frozen state of a System.Windows.Controls.DataGridColumn.

public static RoutedCommand ToggleFrozenColumn { get; }

Property Value

System.Windows.Input.RoutedCommand:

The System.Windows.Input.RoutedCommand that is used to toggle the frozen state of a System.Windows.Controls.DataGridColumn.

Remarks

The related System.Windows.Controls.Primitives.DataGridColumnHeader must be located in the command parameter.

Inherited Members

  • System.Object.ToString()
  • System.Object.Equals(System.Object)
  • System.Object.Equals(System.Object, System.Object)
  • System.Object.ReferenceEquals(System.Object, System.Object)
  • System.Object.GetHashCode()
  • System.Object.GetType()
  • System.Object.MemberwiseClone()