Class PivotGridCommands
Holds commands that can be used by a RadPivotGrid.
Inheritance
System.Object
PivotGridCommands
Namespace: Telerik.Windows.Controls.Pivot
Assembly: Telerik.Windows.Controls.Pivot.dll
Syntax
public static class PivotGridCommands : Object
Properties
ClearSelection
Gets the ClearSelection command.
Declaration
public static RoutedUICommand ClearSelection { get; }
Property Value
System.Windows.Input.RoutedUICommand
|
CopySelection
Gets the CopySelection command.
Declaration
public static RoutedUICommand CopySelection { get; }
Property Value
System.Windows.Input.RoutedUICommand
|