RadCardViewCommands
Provides commands for RadCardView.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.Data.dll
Syntax:
public static class RadCardViewCommands
Inheritance: objectRadCardViewCommands
Properties
Gets value that represents the begin edit command.
public static ICommand BeginEdit { get; }
The begin edit command.
Gets value that represents the cancel card edit command.
public static ICommand CancelEdit { get; }
The cancel card edit command.
Gets a value that represents the CollapseCardViewItem command.
public static ICommand CollapseCardViewItem { get; }
The CollapseCardViewItem command.
Gets value that represents the commit edit command.
public static ICommand CommitEdit { get; }
The commit edit command.
Gets a value that represents the ExpandCardViewItem command.
public static ICommand ExpandCardViewItem { get; }
The ExpandCardViewItem command.
Gets value that represents the move bottom command.
public static ICommand MoveBottom { get; }
The move bottom command.
Gets value that represents the move down command.
public static ICommand MoveDown { get; }
The move down command.
Gets value that represents the move end command.
public static ICommand MoveEnd { get; }
The move end command.
Gets value that represents the move first command.
public static ICommand MoveFirst { get; }
The move first command.
Gets value that represents the move home command.
public static ICommand MoveHome { get; }
The move home command.
Gets value that represents the move last command.
public static ICommand MoveLast { get; }
The move last command.
Gets value that represents the move left command.
public static ICommand MoveLeft { get; }
The move left command.
Gets value that represents the move next command.
public static ICommand MoveNext { get; }
The move next command.
Gets value that represents the move page down command.
public static ICommand MovePageDown { get; }
The move page down command.
Gets value that represents the move page up command.
public static ICommand MovePageUp { get; }
The move page up command.
Gets value that represents the move previous command.
public static ICommand MovePrevious { get; }
The move previous command.
Gets value that represents the move right command.
public static ICommand MoveRight { get; }
The move right command.
Gets value that represents the move top command.
public static ICommand MoveTop { get; }
The move top command.
Gets value that represents the move up command.
public static ICommand MoveUp { get; }
The move up command.
Gets value that represents the select current item command.
public static ICommand SelectCurrentItem { get; }
The select current item command.