WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class WizardCommands

    Show / Hide Table of Contents

    Class WizardCommands

    Exposes a set of RoutedCommands that can be used to control the WizardControl UI.

    Inheritance
    System.Object
    WizardCommands
    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()
    Namespace: Syncfusion.Windows.Tools.Controls
    Assembly: Syncfusion.Tools.Wpf.dll
    Syntax
    public class WizardCommands

    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved