Class RadWizardCommands
All commands that RadWizard exposes.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.Wizard
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public static class RadWizardCommands
Properties
Cancel
Gets the cancel command.
Declaration
public static ICommand Cancel { get; }
Property Value
System.Windows.Input.ICommand
The cancel command. |
Finish
Gets the finish command.
Declaration
public static ICommand Finish { get; }
Property Value
System.Windows.Input.ICommand
The finish command. |
Help
Gets the help command.
Declaration
public static ICommand Help { get; }
Property Value
System.Windows.Input.ICommand
The cancel command. |
MoveCurrentToNext
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. |
MoveCurrentToPrevious
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. |