New to Telerik UI for WPFStart a free 30-day trial

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 Group command.

C#
public static ICommand Group { 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; }

Gets the Search command.

C#
public static ICommand Search { get; }

Gets the Sort command.

C#
public static ICommand Sort { get; }