Class RadCollectionNavigatorCommands
Exposes all the commands that RadCollectionNavigator utilizes.
Inheritance
System.Object
RadCollectionNavigatorCommands
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Telerik.Windows.Controls.Data.dll
Syntax
public static class RadCollectionNavigatorCommands
Properties
Gets the add new command.
Declaration
public static ICommand AddNew { get; }
Property Value
System.Windows.Input.ICommand
The add new command.
|
Gets the begin edit command.
Declaration
public static ICommand BeginEdit { get; }
Property Value
System.Windows.Input.ICommand
The begin edit command.
|
Declaration
public static ICommand Delete { get; }
Property Value
System.Windows.Input.ICommand
The delete command.
|
Gets the move current to first command.
Declaration
public static ICommand MoveCurrentToFirst { get; }
Property Value
System.Windows.Input.ICommand
The move current to first command.
|
Gets the move current to last command.
Declaration
public static ICommand MoveCurrentToLast { get; }
Property Value
System.Windows.Input.ICommand
The move current to last command.
|
Gets the move current to next command.
Declaration
public static ICommand MoveCurrentToNext { get; }
Property Value
System.Windows.Input.ICommand
The move current to next command.
|
Gets the move current to previous command.
Declaration
public static ICommand MoveCurrentToPrevious { get; }
Property Value
System.Windows.Input.ICommand
The move current to previous command.
|