DevExpress.XtraWizard Namespace
Contains classes which implement the main functionality of the XtraWizard suite.
Assembly: DevExpress.XtraWizard.v25.1.dll
NuGet Package: DevExpress.Win
Classes
| Name | Description |
|---|---|
| BaseWelcomeWizardPage | Serves as a base for classes that represent the Welcome Page and Completion Page. |
| BaseWizardPage | Serves as a base for classes that represent wizard pages. |
| CompletionWizardPage | Represents the Completion Page. |
| WelcomeWizardPage | Represents the Welcome Page. |
| WizardAppearanceCollection | Contains appearance settings for the WizardControl. |
| WizardCommandButtonClickEventArgs | Provides data for the WizardControl.PrevClick and WizardControl.NextClick events. |
| WizardControl | Allows you to generate multi-step wizard dialogs and Windows-inspired installer UIs. |
| WizardHitInfo | Contains information about a specific point within the XtraWizard control. |
| WizardPage | Represents an Interior Page. |
| WizardPageChangedEventArgs | Provides data for the WizardControl.SelectedPageChanged event. |
| WizardPageChangingEventArgs | Provides data for the WizardControl.SelectedPageChanging event. |
| WizardPageCollection | Represents a collection of wizard pages within the XtraWizard control. |
| WizardPageEventArgs | Serves as a base for classes that provide data for the page events. |
| WizardPageValidatingEventArgs | Provides data for the BaseWizardPage.PageValidating event. |
Delegates
| Name | Description |
|---|---|
| WizardCommandButtonClickEventHandler | Represents a method that will handle the button click events. |
| WizardPageChangedEventHandler | Represents a method that will handle the WizardControl.SelectedPageChanged event. |
| WizardPageChangingEventHandler | Represents a method that will handle the WizardControl.SelectedPageChanging event. |
| WizardPageValidatingEventHandler | Represents a method that will handle the BaseWizardPage.PageValidating event. |
Enums
| Name | Description |
|---|---|
| WizardHitTest | Lists the values that identify wizard elements located under the test point. |
| WizardStyle | Lists values that specify the XtraWizard’s layout. |