Class RadCollectionNavigatorCommands
Inheritance
System.Object
RadCollectionNavigatorCommands
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class RadCollectionNavigatorCommands : Object
Constructors
Declaration
public RadCollectionNavigatorCommands()
Properties
Declaration
public static ICommand AddNew { get; }
Property Value
System.Windows.Input.ICommand
|
Declaration
public static ICommand BeginEdit { get; }
Property Value
System.Windows.Input.ICommand
|
Declaration
public static ICommand Delete { get; }
Property Value
System.Windows.Input.ICommand
|
Declaration
public static ICommand MoveCurrentToFirst { get; }
Property Value
System.Windows.Input.ICommand
|
Declaration
public static ICommand MoveCurrentToLast { get; }
Property Value
System.Windows.Input.ICommand
|
Declaration
public static ICommand MoveCurrentToNext { get; }
Property Value
System.Windows.Input.ICommand
|
Declaration
public static ICommand MoveCurrentToPrevious { get; }
Property Value
System.Windows.Input.ICommand
|
Extension Methods