Exposes the commands defined by RadPropertyGrid.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.Data.dll
Syntax:
C#
public static class RadPropertyGridCommands
Inheritance: objectRadPropertyGridCommands
Properties
Gets the ExpandCurrentField command.
C#
public static ICommand ExpandCurrentField { get; }
Gets the MovePageDown command.
C#
public static ICommand MovePageDown { get; }
Gets the MovePageUp command.
C#
public static ICommand MovePageUp { get; }
Gets the MoveToFirst command.
C#
public static ICommand MoveToFirst { get; }
Gets the MovePageUp command.
C#
public static ICommand MoveToLast { get; }
Gets the MoveToNext command.
C#
public static ICommand MoveToNext { get; }
Gets the MoveToPrevious command.
C#
public static ICommand MoveToPrevious { get; }