Class RadGridViewCommands
Provides commands for RadGridView.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public static class RadGridViewCommands
Properties
ActivateRow
Gets value that represents the select current item command.
Declaration
public static ICommand ActivateRow { get; }
Property Value
System.Windows.Input.ICommand
The select current item command. |
BeginEdit
Gets value that represents the begin edit command.
Declaration
public static ICommand BeginEdit { get; }
Property Value
System.Windows.Input.ICommand
The begin edit command. |
BeginInsert
Gets value that represents the begin insert command.
Declaration
public static ICommand BeginInsert { get; }
Property Value
System.Windows.Input.ICommand
The begin insert command. |
CancelCellEdit
Gets value that represents the cancel cell edit command.
Declaration
public static ICommand CancelCellEdit { get; }
Property Value
System.Windows.Input.ICommand
The cancel cell edit command. |
CancelRowEdit
Gets value that represents the cancel row edit command.
Declaration
public static ICommand CancelRowEdit { get; }
Property Value
System.Windows.Input.ICommand
The cancel row edit command. |
CloseSearchPanel
Gets value that represents the close search panel command.
Declaration
public static ICommand CloseSearchPanel { get; }
Property Value
System.Windows.Input.ICommand
The close search panel command. |
CollapseHierarchyItem
Gets a value that represents the CollapseHierarchyItem command.
Declaration
public static ICommand CollapseHierarchyItem { get; }
Property Value
System.Windows.Input.ICommand
The CollapseHierarchyItem command. |
CommitCellEdit
Gets value that represents the commit cell edit command.
Declaration
public static ICommand CommitCellEdit { get; }
Property Value
System.Windows.Input.ICommand
The commit cell edit command. |
CommitEdit
Gets value that represents the commit edit command.
Declaration
public static ICommand CommitEdit { get; }
Property Value
System.Windows.Input.ICommand
The commit edit command. |
Copy
Gets value that represents the copy command.
Declaration
public static ICommand Copy { get; }
Property Value
System.Windows.Input.ICommand
The copy command. |
Delete
Gets value that represents the delete command.
Declaration
public static ICommand Delete { get; }
Property Value
System.Windows.Input.ICommand
The delete command. |
ExpandHierarchyItem
Gets a value that represents the ExpandHierarchyItem command.
Declaration
public static ICommand ExpandHierarchyItem { get; }
Property Value
System.Windows.Input.ICommand
The ExpandHierarchyItem command. |
ExtendSelectionToCurrentUnit
Gets value that represents the ExtendSelectionToCurrentUnit command.
Declaration
public static ICommand ExtendSelectionToCurrentUnit { get; }
Property Value
System.Windows.Input.ICommand
The select current item command. |
FilterColumn
Gets a value that represents the FilterColumn command.
Declaration
public static ICommand FilterColumn { get; }
Property Value
System.Windows.Input.ICommand
The FilterColumn command. |
GroupColumn
Gets a value that represents the GroupColumn command.
Declaration
public static ICommand GroupColumn { get; }
Property Value
System.Windows.Input.ICommand
The GroupColumn command. |
MoveBottom
Gets value that represents the move bottom command.
Declaration
public static ICommand MoveBottom { get; }
Property Value
System.Windows.Input.ICommand
The move bottom command. |
MoveDown
Gets value that represents the move down command.
Declaration
public static ICommand MoveDown { get; }
Property Value
System.Windows.Input.ICommand
The move down command. |
MoveEnd
Gets value that represents the move end command.
Declaration
public static ICommand MoveEnd { get; }
Property Value
System.Windows.Input.ICommand
The move end command. |
MoveFirst
Gets value that represents the move first command.
Declaration
public static ICommand MoveFirst { get; }
Property Value
System.Windows.Input.ICommand
The move first command. |
MoveHome
Gets value that represents the move home command.
Declaration
public static ICommand MoveHome { get; }
Property Value
System.Windows.Input.ICommand
The move home command. |
MoveLast
Gets value that represents the move last command.
Declaration
public static ICommand MoveLast { get; }
Property Value
System.Windows.Input.ICommand
The move last command. |
MoveLeft
Gets value that represents the move left command.
Declaration
public static ICommand MoveLeft { get; }
Property Value
System.Windows.Input.ICommand
The move left command. |
MoveNext
Gets value that represents the move next command.
Declaration
public static ICommand MoveNext { get; }
Property Value
System.Windows.Input.ICommand
The move next command. |
MovePageDown
Gets value that represents the move page down command.
Declaration
public static ICommand MovePageDown { get; }
Property Value
System.Windows.Input.ICommand
The move page down command. |
MovePageUp
Gets value that represents the move page up command.
Declaration
public static ICommand MovePageUp { get; }
Property Value
System.Windows.Input.ICommand
The move page up command. |
MovePrevious
Gets value that represents the move previous command.
Declaration
public static ICommand MovePrevious { get; }
Property Value
System.Windows.Input.ICommand
The move previous command. |
MoveRight
Gets value that represents the move right command.
Declaration
public static ICommand MoveRight { get; }
Property Value
System.Windows.Input.ICommand
The move right command. |
MoveTop
Gets value that represents the move top command.
Declaration
public static ICommand MoveTop { get; }
Property Value
System.Windows.Input.ICommand
The move top command. |
MoveUp
Gets value that represents the move up command.
Declaration
public static ICommand MoveUp { get; }
Property Value
System.Windows.Input.ICommand
The move up command. |
Paste
Gets value that represents the paste command.
Declaration
public static ICommand Paste { get; }
Property Value
System.Windows.Input.ICommand
The paste command. |
Search
Gets value that represents the search command.
Declaration
public static ICommand Search { get; }
Property Value
System.Windows.Input.ICommand
The search command. |
SearchByText
Gets value that represents the search command by text.
Declaration
public static ICommand SearchByText { get; }
Property Value
System.Windows.Input.ICommand
The search command. |
SelectCurrentItem
Gets value that represents the select current item command.
Declaration
public static ICommand SelectCurrentItem { get; }
Property Value
System.Windows.Input.ICommand
The select current item command. |
SelectCurrentUnit
Gets value that represents the SelectCurrentUnit command.
Declaration
public static ICommand SelectCurrentUnit { get; }
Property Value
System.Windows.Input.ICommand
The select current item command. |
SortAdditionalColumn
Gets a value that represents the SortAdditionalColumn command.
Declaration
public static ICommand SortAdditionalColumn { get; }
Property Value
System.Windows.Input.ICommand
The SortAdditionalColumn command. |
SortColumn
Gets a value that represents the SortColumn command.
Declaration
public static ICommand SortColumn { get; }
Property Value
System.Windows.Input.ICommand
The SortColumn command. |
TogglePinnedRowState
Gets value that represents the toggle pinned row command.
Declaration
public static ICommand TogglePinnedRowState { get; }
Property Value
System.Windows.Input.ICommand
The toggle pinned row state command. |