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

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:

C#
public static class RadGridViewCommands

Inheritance: objectRadGridViewCommands

Properties

Gets value that represents the select current item command.

C#
public static ICommand ActivateRow { get; }
Property Value:

The select current item command.

Gets value that represents the begin edit command.

C#
public static ICommand BeginEdit { get; }
Property Value:

The begin edit command.

Gets value that represents the begin insert command.

C#
public static ICommand BeginInsert { get; }
Property Value:

The begin insert command.

Gets value that represents the cancel cell edit command.

C#
public static ICommand CancelCellEdit { get; }
Property Value:

The cancel cell edit command.

Gets value that represents the cancel row edit command.

C#
public static ICommand CancelRowEdit { get; }
Property Value:

The cancel row edit command.

Gets value that represents the close search panel command.

C#
public static ICommand CloseSearchPanel { get; }
Property Value:

The close search panel command.

Gets a value that represents the CollapseHierarchyItem command.

C#
public static ICommand CollapseHierarchyItem { get; }
Property Value:

The CollapseHierarchyItem command.

Gets value that represents the commit cell edit command.

C#
public static ICommand CommitCellEdit { get; }
Property Value:

The commit cell edit command.

Gets value that represents the commit edit command.

C#
public static ICommand CommitEdit { get; }
Property Value:

The commit edit command.

Gets value that represents the copy command.

C#
public static ICommand Copy { get; }
Property Value:

The copy command.

Gets value that represents the delete command.

C#
public static ICommand Delete { get; }
Property Value:

The delete command.

Gets a value that represents the ExpandHierarchyItem command.

C#
public static ICommand ExpandHierarchyItem { get; }
Property Value:

The ExpandHierarchyItem command.

Gets value that represents the ExtendSelectionToCurrentUnit command.

C#
public static ICommand ExtendSelectionToCurrentUnit { get; }
Property Value:

The select current item command.

Gets a value that represents the FilterColumn command.

C#
public static ICommand FilterColumn { get; }
Property Value:

The FilterColumn command.

Gets a value that represents the GroupColumn command.

C#
public static ICommand GroupColumn { get; }
Property Value:

The GroupColumn command.

Gets value that represents the move bottom command.

C#
public static ICommand MoveBottom { get; }
Property Value:

The move bottom command.

Gets value that represents the move down command.

C#
public static ICommand MoveDown { get; }
Property Value:

The move down command.

Gets value that represents the move end command.

C#
public static ICommand MoveEnd { get; }
Property Value:

The move end command.

Gets value that represents the move first command.

C#
public static ICommand MoveFirst { get; }
Property Value:

The move first command.

Gets value that represents the move home command.

C#
public static ICommand MoveHome { get; }
Property Value:

The move home command.

Gets value that represents the move last command.

C#
public static ICommand MoveLast { get; }
Property Value:

The move last command.

Gets value that represents the move left command.

C#
public static ICommand MoveLeft { get; }
Property Value:

The move left command.

Gets value that represents the move next command.

C#
public static ICommand MoveNext { get; }
Property Value:

The move next command.

Gets value that represents the move page down command.

C#
public static ICommand MovePageDown { get; }
Property Value:

The move page down command.

Gets value that represents the move page up command.

C#
public static ICommand MovePageUp { get; }
Property Value:

The move page up command.

Gets value that represents the move previous command.

C#
public static ICommand MovePrevious { get; }
Property Value:

The move previous command.

Gets value that represents the move right command.

C#
public static ICommand MoveRight { get; }
Property Value:

The move right command.

Gets value that represents the move top command.

C#
public static ICommand MoveTop { get; }
Property Value:

The move top command.

Gets value that represents the move up command.

C#
public static ICommand MoveUp { get; }
Property Value:

The move up command.

Gets value that represents the paste command.

C#
public static ICommand Paste { get; }
Property Value:

The paste command.

Gets value that represents the search command.

C#
public static ICommand Search { get; }
Property Value:

The search command.

Gets value that represents the search command by text.

C#
public static ICommand SearchByText { get; }
Property Value:

The search command.

Gets value that represents the select current item command.

C#
public static ICommand SelectCurrentItem { get; }
Property Value:

The select current item command.

Gets value that represents the SelectCurrentUnit command.

C#
public static ICommand SelectCurrentUnit { get; }
Property Value:

The select current item command.

Gets a value that represents the SortAdditionalColumn command.

C#
public static ICommand SortAdditionalColumn { get; }
Property Value:

The SortAdditionalColumn command.

Gets a value that represents the SortColumn command.

C#
public static ICommand SortColumn { get; }
Property Value:

The SortColumn command.

Gets a value that represents the ToggleFilterEditor command.

C#
public static ICommand ToggleFilterEditor { get; }
Property Value:

The ToggleFilterEditor command.

Gets value that represents the toggle pinned row command.

C#
public static ICommand TogglePinnedRowState { get; }
Property Value:

The toggle pinned row state command.