Class GridDataCommandManager
Inheritance
System.Object
GridDataCommandManager
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()
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public static class GridDataCommandManager
Fields
CollapseAllCommand
Declaration
public static RoutedCommand CollapseAllCommand
Field Value
Type |
Description |
System.Windows.Input.RoutedCommand |
|
DeleteCommand
Declaration
public static RoutedCommand DeleteCommand
Field Value
Type |
Description |
System.Windows.Input.RoutedCommand |
|
ExpandAllCommand
Declaration
public static RoutedCommand ExpandAllCommand
Field Value
Type |
Description |
System.Windows.Input.RoutedCommand |
|
GroupCommand
Declaration
public static RoutedCommand GroupCommand
Field Value
Type |
Description |
System.Windows.Input.RoutedCommand |
|
MoveFirstCommand
Declaration
public static RoutedCommand MoveFirstCommand
Field Value
Type |
Description |
System.Windows.Input.RoutedCommand |
|
MoveLastCommand
Declaration
public static RoutedCommand MoveLastCommand
Field Value
Type |
Description |
System.Windows.Input.RoutedCommand |
|
MoveNextCommand
Declaration
public static RoutedCommand MoveNextCommand
Field Value
Type |
Description |
System.Windows.Input.RoutedCommand |
|
MovePreviousCommand
Declaration
public static RoutedCommand MovePreviousCommand
Field Value
Type |
Description |
System.Windows.Input.RoutedCommand |
|
PrintCommand
Declaration
public static RoutedCommand PrintCommand
Field Value
Type |
Description |
System.Windows.Input.RoutedCommand |
|
ShowPrintDialogCommand
Declaration
public static RoutedCommand ShowPrintDialogCommand
Field Value
Type |
Description |
System.Windows.Input.RoutedCommand |
|
SortCommand
Declaration
public static RoutedCommand SortCommand
Field Value
Type |
Description |
System.Windows.Input.RoutedCommand |
|