Class
RadGridViewCommands

Provides a collection of routed UI commands used for managing interactions within a RadGridView component. Each command corresponds to specific functionalities such as editing, navigating, copying, deleting, and searching within the grid view. These commands can be invoked via user interface actions (e.g., keyboard shortcuts) and are designed to enhance user experience by providing a consistent means of managing grid data operations. The class initializes commands in a static constructor and provides static properties to access each command, ensuring they are created and ready for use.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.GridView.dll

Syntax:

cs-api-definition
public static class RadGridViewCommands

Inheritance: objectRadGridViewCommands

Properties

ActivateRow

Gets value that represents the select current item command.

Declaration

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

Property Value

ICommand

The select current item command.

BeginEdit

Gets value that represents the begin edit command.

Declaration

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

Property Value

ICommand

The begin edit command.

BeginInsert

Gets value that represents the begin insert command.

Declaration

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

Property Value

ICommand

The begin insert command.

CancelCellEdit

Gets value that represents the cancel cell edit command.

Declaration

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

Property Value

ICommand

The cancel cell edit command.

CancelRowEdit

Gets value that represents the cancel row edit command.

Declaration

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

Property Value

ICommand

The cancel row edit command.

CloseSearchPanel

Gets value that represents the close search panel command.

Declaration

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

Property Value

ICommand

The close search panel command.

CollapseHierarchyItem

Gets a value that represents the CollapseHierarchyItem command.

Declaration

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

Property Value

ICommand

The CollapseHierarchyItem command.

CommitCellEdit

Gets value that represents the commit cell edit command.

Declaration

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

Property Value

ICommand

The commit cell edit command.

CommitEdit

Gets value that represents the commit edit command.

Declaration

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

Property Value

ICommand

The commit edit command.

Copy

Gets value that represents the copy command.

Declaration

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

Property Value

ICommand

The copy command.

Delete

Gets value that represents the delete command.

Declaration

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

Property Value

ICommand

The delete command.

ExpandHierarchyItem

Gets a value that represents the ExpandHierarchyItem command.

Declaration

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

Property Value

ICommand

The ExpandHierarchyItem command.

ExtendSelectionToCurrentUnit

Gets value that represents the ExtendSelectionToCurrentUnit command.

Declaration

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

Property Value

ICommand

The select current item command.

FilterColumn

Gets a value that represents the FilterColumn command.

Declaration

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

Property Value

ICommand

The FilterColumn command.

GroupColumn

Gets a value that represents the GroupColumn command.

Declaration

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

Property Value

ICommand

The GroupColumn command.

MoveBottom

Gets value that represents the move bottom command.

Declaration

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

Property Value

ICommand

The move bottom command.

MoveDown

Gets value that represents the move down command.

Declaration

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

Property Value

ICommand

The move down command.

MoveEnd

Gets value that represents the move end command.

Declaration

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

Property Value

ICommand

The move end command.

MoveFirst

Gets value that represents the move first command.

Declaration

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

Property Value

ICommand

The move first command.

MoveHome

Gets value that represents the move home command.

Declaration

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

Property Value

ICommand

The move home command.

MoveLast

Gets value that represents the move last command.

Declaration

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

Property Value

ICommand

The move last command.

MoveLeft

Gets value that represents the move left command.

Declaration

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

Property Value

ICommand

The move left command.

MoveNext

Gets value that represents the move next command.

Declaration

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

Property Value

ICommand

The move next command.

MovePageDown

Gets value that represents the move page down command.

Declaration

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

Property Value

ICommand

The move page down command.

MovePageUp

Gets value that represents the move page up command.

Declaration

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

Property Value

ICommand

The move page up command.

MovePrevious

Gets value that represents the move previous command.

Declaration

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

Property Value

ICommand

The move previous command.

MoveRight

Gets value that represents the move right command.

Declaration

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

Property Value

ICommand

The move right command.

MoveTop

Gets value that represents the move top command.

Declaration

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

Property Value

ICommand

The move top command.

MoveUp

Gets value that represents the move up command.

Declaration

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

Property Value

ICommand

The move up command.

Paste

Gets value that represents the paste command.

Declaration

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

Property Value

ICommand

The paste command.

Gets value that represents the search command.

Declaration

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

Property Value

ICommand

The search command.

SearchByText

Gets value that represents the search command by text.

Declaration

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

Property Value

ICommand

The search command.

SelectCurrentItem

Gets value that represents the select current item command.

Declaration

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

Property Value

ICommand

The select current item command.

SelectCurrentUnit

Gets value that represents the SelectCurrentUnit command.

Declaration

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

Property Value

ICommand

The select current item command.

SortAdditionalColumn

Gets a value that represents the SortAdditionalColumn command.

Declaration

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

Property Value

ICommand

The SortAdditionalColumn command.

SortColumn

Gets a value that represents the SortColumn command.

Declaration

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

Property Value

ICommand

The SortColumn command.

ToggleFilterEditor

Gets a value that represents the ToggleFilterEditor command.

Declaration

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

Property Value

ICommand

The ToggleFilterEditor command.

TogglePinnedRowState

Gets value that represents the toggle pinned row command.

Declaration

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

Property Value

ICommand

The toggle pinned row state command.