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:
public static class RadGridViewCommands
Inheritance: objectRadGridViewCommands
Properties
Gets value that represents the select current item command.
public static ICommand ActivateRow { get; }
The select current item command.
Gets value that represents the begin edit command.
public static ICommand BeginEdit { get; }
The begin edit command.
Gets value that represents the begin insert command.
public static ICommand BeginInsert { get; }
The begin insert command.
Gets value that represents the cancel cell edit command.
public static ICommand CancelCellEdit { get; }
The cancel cell edit command.
Gets value that represents the cancel row edit command.
public static ICommand CancelRowEdit { get; }
The cancel row edit command.
Gets value that represents the close search panel command.
public static ICommand CloseSearchPanel { get; }
The close search panel command.
Gets a value that represents the CollapseHierarchyItem command.
public static ICommand CollapseHierarchyItem { get; }
The CollapseHierarchyItem command.
Gets value that represents the commit cell edit command.
public static ICommand CommitCellEdit { get; }
The commit cell edit command.
Gets value that represents the commit edit command.
public static ICommand CommitEdit { get; }
The commit edit command.
Gets value that represents the copy command.
public static ICommand Copy { get; }
The copy command.
Gets value that represents the delete command.
public static ICommand Delete { get; }
The delete command.
Gets a value that represents the ExpandHierarchyItem command.
public static ICommand ExpandHierarchyItem { get; }
The ExpandHierarchyItem command.
Gets value that represents the ExtendSelectionToCurrentUnit command.
public static ICommand ExtendSelectionToCurrentUnit { get; }
The select current item command.
Gets a value that represents the FilterColumn command.
public static ICommand FilterColumn { get; }
The FilterColumn command.
Gets a value that represents the GroupColumn command.
public static ICommand GroupColumn { get; }
The GroupColumn command.
Gets value that represents the move bottom command.
public static ICommand MoveBottom { get; }
The move bottom command.
Gets value that represents the move down command.
public static ICommand MoveDown { get; }
The move down command.
Gets value that represents the move end command.
public static ICommand MoveEnd { get; }
The move end command.
Gets value that represents the move first command.
public static ICommand MoveFirst { get; }
The move first command.
Gets value that represents the move home command.
public static ICommand MoveHome { get; }
The move home command.
Gets value that represents the move last command.
public static ICommand MoveLast { get; }
The move last command.
Gets value that represents the move left command.
public static ICommand MoveLeft { get; }
The move left command.
Gets value that represents the move next command.
public static ICommand MoveNext { get; }
The move next command.
Gets value that represents the move page down command.
public static ICommand MovePageDown { get; }
The move page down command.
Gets value that represents the move page up command.
public static ICommand MovePageUp { get; }
The move page up command.
Gets value that represents the move previous command.
public static ICommand MovePrevious { get; }
The move previous command.
Gets value that represents the move right command.
public static ICommand MoveRight { get; }
The move right command.
Gets value that represents the move top command.
public static ICommand MoveTop { get; }
The move top command.
Gets value that represents the move up command.
public static ICommand MoveUp { get; }
The move up command.
Gets value that represents the paste command.
public static ICommand Paste { get; }
The paste command.
Gets value that represents the search command.
public static ICommand Search { get; }
The search command.
Gets value that represents the search command by text.
public static ICommand SearchByText { get; }
The search command.
Gets value that represents the select current item command.
public static ICommand SelectCurrentItem { get; }
The select current item command.
Gets value that represents the SelectCurrentUnit command.
public static ICommand SelectCurrentUnit { get; }
The select current item command.
Gets a value that represents the SortAdditionalColumn command.
public static ICommand SortAdditionalColumn { get; }
The SortAdditionalColumn command.
Gets a value that represents the SortColumn command.
public static ICommand SortColumn { get; }
The SortColumn command.
Gets a value that represents the ToggleFilterEditor command.
public static ICommand ToggleFilterEditor { get; }
The ToggleFilterEditor command.
Gets value that represents the toggle pinned row command.
public static ICommand TogglePinnedRowState { get; }
The toggle pinned row state command.