Class PivotGridCommands
Holds commands that can be used by a RadPivotGrid.
Inheritance
System.Object
PivotGridCommands
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()
Namespace: Telerik.Windows.Controls.Pivot
Assembly: Telerik.Windows.Controls.Pivot.dll
Syntax
public static class PivotGridCommands
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
|