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

Provides commands for RadVirtualGrid.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.VirtualGrid.dll

Syntax:

C#
public static class RadVirtualGridCommands

Inheritance: objectRadVirtualGridCommands

Properties

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 edit command.

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

The cancel 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 SelectAll command.

Gets value that represents the delete command.

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

The delete command.

Gets value that represents the ExtendSelectionToCurrentUnit command.

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

The select current item 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 PinColumnLeft command.

C#
public static ICommand PinColumnLeft { get; }

Gets value that represents the PinColumnRight command.

C#
public static ICommand PinColumnRight { get; }

Gets value that represents the PinRowBottom command.

C#
public static ICommand PinRowBottom { get; }

Gets value that represents the PinRowTop command.

C#
public static ICommand PinRowTop { get; }

Gets value that represents the SelectAll command.

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

The SelectAll command.

Gets value that represents the SelectCurrentUnit command.

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

The select current item command.

Gets value that represents the UnpinColumn command.

C#
public static ICommand UnpinColumn { get; }

Gets value that represents the UnpinRow command.

C#
public static ICommand UnpinRow { get; }