Class WizardCommands
Exposes a set of RoutedCommands that can be used to control the WizardControl UI.
Inheritance
System.Object
WizardCommands
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public class WizardCommands : Object
Constructors
WizardCommands()
Declaration
public WizardCommands()
Properties
Cancel
Gets the cancel.
Declaration
public static RoutedCommand Cancel { get; }
Property Value
Type | Description |
---|---|
System.Windows.Input.RoutedCommand | The cancel. |
Finish
Gets the finish.
Declaration
public static RoutedCommand Finish { get; }
Property Value
Type | Description |
---|---|
System.Windows.Input.RoutedCommand | The finish. |
Help
Gets the help.
Declaration
public static RoutedCommand Help { get; }
Property Value
Type | Description |
---|---|
System.Windows.Input.RoutedCommand | The help command. |
Next
Gets the next.
Declaration
public static RoutedCommand Next { get; }
Property Value
Type | Description |
---|---|
System.Windows.Input.RoutedCommand | The next Command. |
Previous
Gets the previous.
Declaration
public static RoutedCommand Previous { get; }
Property Value
Type | Description |
---|---|
System.Windows.Input.RoutedCommand | The previous. |
SelectPage
Gets the select page.
Declaration
public static RoutedCommand SelectPage { get; }
Property Value
Type | Description |
---|---|
System.Windows.Input.RoutedCommand | The select page. |