Class RadVirtualGridCommands
Provides commands for RadVirtualGrid.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.VirtualGrid.dll
Syntax
public static class RadVirtualGridCommands
Properties
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. |
CancelEdit
Gets value that represents the cancel edit command.
Declaration
public static ICommand CancelEdit { get; }
Property Value
System.Windows.Input.ICommand
The cancel 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 SelectAll command. |
Delete
Gets value that represents the delete command.
Declaration
public static ICommand Delete { get; }
Property Value
System.Windows.Input.ICommand
The delete 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. |
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. |
PinColumnLeft
Gets value that represents the PinColumnLeft command.
Declaration
public static ICommand PinColumnLeft { get; }
Property Value
System.Windows.Input.ICommand
|
PinColumnRight
Gets value that represents the PinColumnRight command.
Declaration
public static ICommand PinColumnRight { get; }
Property Value
System.Windows.Input.ICommand
|
PinRowBottom
Gets value that represents the PinRowBottom command.
Declaration
public static ICommand PinRowBottom { get; }
Property Value
System.Windows.Input.ICommand
|
PinRowTop
Gets value that represents the PinRowTop command.
Declaration
public static ICommand PinRowTop { get; }
Property Value
System.Windows.Input.ICommand
|
SelectAll
Gets value that represents the SelectAll command.
Declaration
public static ICommand SelectAll { get; }
Property Value
System.Windows.Input.ICommand
The SelectAll 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. |
UnpinColumn
Gets value that represents the UnpinColumn command.
Declaration
public static ICommand UnpinColumn { get; }
Property Value
System.Windows.Input.ICommand
|
UnpinRow
Gets value that represents the UnpinRow command.
Declaration
public static ICommand UnpinRow { get; }
Property Value
System.Windows.Input.ICommand
|