Class
RadCardViewCommands

Provides commands for RadCardView.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.Data.dll

Syntax:

cs-api-definition
public static class RadCardViewCommands

Inheritance: objectRadCardViewCommands

Properties

BeginEdit

Gets value that represents the begin edit command.

Declaration

cs-api-definition
public static ICommand BeginEdit { get; }

Property Value

ICommand

The begin edit command.

CancelEdit

Gets value that represents the cancel card edit command.

Declaration

cs-api-definition
public static ICommand CancelEdit { get; }

Property Value

ICommand

The cancel card edit command.

CollapseCardViewItem

Gets a value that represents the CollapseCardViewItem command.

Declaration

cs-api-definition
public static ICommand CollapseCardViewItem { get; }

Property Value

ICommand

The CollapseCardViewItem command.

CommitEdit

Gets value that represents the commit edit command.

Declaration

cs-api-definition
public static ICommand CommitEdit { get; }

Property Value

ICommand

The commit edit command.

ExpandCardViewItem

Gets a value that represents the ExpandCardViewItem command.

Declaration

cs-api-definition
public static ICommand ExpandCardViewItem { get; }

Property Value

ICommand

The ExpandCardViewItem command.

MoveBottom

Gets value that represents the move bottom command.

Declaration

cs-api-definition
public static ICommand MoveBottom { get; }

Property Value

ICommand

The move bottom command.

MoveDown

Gets value that represents the move down command.

Declaration

cs-api-definition
public static ICommand MoveDown { get; }

Property Value

ICommand

The move down command.

MoveEnd

Gets value that represents the move end command.

Declaration

cs-api-definition
public static ICommand MoveEnd { get; }

Property Value

ICommand

The move end command.

MoveFirst

Gets value that represents the move first command.

Declaration

cs-api-definition
public static ICommand MoveFirst { get; }

Property Value

ICommand

The move first command.

MoveHome

Gets value that represents the move home command.

Declaration

cs-api-definition
public static ICommand MoveHome { get; }

Property Value

ICommand

The move home command.

MoveLast

Gets value that represents the move last command.

Declaration

cs-api-definition
public static ICommand MoveLast { get; }

Property Value

ICommand

The move last command.

MoveLeft

Gets value that represents the move left command.

Declaration

cs-api-definition
public static ICommand MoveLeft { get; }

Property Value

ICommand

The move left command.

MoveNext

Gets value that represents the move next command.

Declaration

cs-api-definition
public static ICommand MoveNext { get; }

Property Value

ICommand

The move next command.

MovePageDown

Gets value that represents the move page down command.

Declaration

cs-api-definition
public static ICommand MovePageDown { get; }

Property Value

ICommand

The move page down command.

MovePageUp

Gets value that represents the move page up command.

Declaration

cs-api-definition
public static ICommand MovePageUp { get; }

Property Value

ICommand

The move page up command.

MovePrevious

Gets value that represents the move previous command.

Declaration

cs-api-definition
public static ICommand MovePrevious { get; }

Property Value

ICommand

The move previous command.

MoveRight

Gets value that represents the move right command.

Declaration

cs-api-definition
public static ICommand MoveRight { get; }

Property Value

ICommand

The move right command.

MoveTop

Gets value that represents the move top command.

Declaration

cs-api-definition
public static ICommand MoveTop { get; }

Property Value

ICommand

The move top command.

MoveUp

Gets value that represents the move up command.

Declaration

cs-api-definition
public static ICommand MoveUp { get; }

Property Value

ICommand

The move up command.

SelectCurrentItem

Gets value that represents the select current item command.

Declaration

cs-api-definition
public static ICommand SelectCurrentItem { get; }

Property Value

ICommand

The select current item command.