Class RadPropertyGridCommands
Exposes the commands defined by RadPropertyGrid.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Data.dll
Syntax
public static class RadPropertyGridCommands
Properties
ExpandCurrentField
Gets the ExpandCurrentField command.
Declaration
public static ICommand ExpandCurrentField { get; }
Property Value
System.Windows.Input.ICommand
|
Group
Gets the Group command.
Declaration
public static ICommand Group { get; }
Property Value
System.Windows.Input.ICommand
|
MovePageDown
Gets the MovePageDown command.
Declaration
public static ICommand MovePageDown { get; }
Property Value
System.Windows.Input.ICommand
|
MovePageUp
Gets the MovePageUp command.
Declaration
public static ICommand MovePageUp { get; }
Property Value
System.Windows.Input.ICommand
|
MoveToFirst
Gets the MoveToFirst command.
Declaration
public static ICommand MoveToFirst { get; }
Property Value
System.Windows.Input.ICommand
|
MoveToLast
Gets the MovePageUp command.
Declaration
public static ICommand MoveToLast { get; }
Property Value
System.Windows.Input.ICommand
|
MoveToNext
Gets the MoveToNext command.
Declaration
public static ICommand MoveToNext { get; }
Property Value
System.Windows.Input.ICommand
|
MoveToPrevious
Gets the MoveToPrevious command.
Declaration
public static ICommand MoveToPrevious { get; }
Property Value
System.Windows.Input.ICommand
|
Search
Gets the Search command.
Declaration
public static ICommand Search { get; }
Property Value
System.Windows.Input.ICommand
|
Sort
Gets the Sort command.
Declaration
public static ICommand Sort { get; }
Property Value
System.Windows.Input.ICommand
|