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