Class
RadPropertyGridCommands

Exposes the commands defined by RadPropertyGrid.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.Data.dll

Syntax:

cs-api-definition
public static class RadPropertyGridCommands

Inheritance: objectRadPropertyGridCommands

Properties

ExpandCurrentField

Gets the ExpandCurrentField command.

Declaration

cs-api-definition
public static ICommand ExpandCurrentField { get; }

Property Value

ICommand

Group

Gets the Group command.

Declaration

cs-api-definition
public static ICommand Group { get; }

Property Value

ICommand

MovePageDown

Gets the MovePageDown command.

Declaration

cs-api-definition
public static ICommand MovePageDown { get; }

Property Value

ICommand

MovePageUp

Gets the MovePageUp command.

Declaration

cs-api-definition
public static ICommand MovePageUp { get; }

Property Value

ICommand

MoveToFirst

Gets the MoveToFirst command.

Declaration

cs-api-definition
public static ICommand MoveToFirst { get; }

Property Value

ICommand

MoveToLast

Gets the MovePageUp command.

Declaration

cs-api-definition
public static ICommand MoveToLast { get; }

Property Value

ICommand

MoveToNext

Gets the MoveToNext command.

Declaration

cs-api-definition
public static ICommand MoveToNext { get; }

Property Value

ICommand

MoveToPrevious

Gets the MoveToPrevious command.

Declaration

cs-api-definition
public static ICommand MoveToPrevious { get; }

Property Value

ICommand

Gets the Search command.

Declaration

cs-api-definition
public static ICommand Search { get; }

Property Value

ICommand

Sort

Gets the Sort command.

Declaration

cs-api-definition
public static ICommand Sort { get; }

Property Value

ICommand