Back to Devexpress

DevExpress.XtraWizard Namespace

windowsforms-devexpress-a67a18e5.md

latest4.6 KB
Original Source

DevExpress.XtraWizard Namespace

Contains classes which implement the main functionality of the XtraWizard suite.

Assembly : DevExpress.XtraWizard.v25.2.dll

NuGet Package : DevExpress.Win

Classes

NameDescription
BaseWelcomeWizardPageServes as a base for classes that represent the Welcome Page and Completion Page.
BaseWizardPageServes as a base for classes that represent wizard pages.
CompletionWizardPageRepresents the Completion Page.
WelcomeWizardPageRepresents the Welcome Page.
WizardAppearanceCollectionContains appearance settings for the WizardControl.
WizardCommandButtonClickEventArgsProvides data for the WizardControl.PrevClick and WizardControl.NextClick events.
WizardControlAllows you to generate multi-step wizard dialogs and Windows-inspired installer UIs.
WizardHitInfoContains information about a specific point within the XtraWizard control.
WizardPageRepresents an Interior Page.
WizardPageChangedEventArgsProvides data for the WizardControl.SelectedPageChanged event.
WizardPageChangingEventArgsProvides data for the WizardControl.SelectedPageChanging event.
WizardPageCollectionRepresents a collection of wizard pages within the XtraWizard control.
WizardPageEventArgsServes as a base for classes that provide data for the page events.
WizardPageValidatingEventArgsProvides data for the BaseWizardPage.PageValidating event.

Delegates

NameDescription
WizardCommandButtonClickEventHandlerRepresents a method that will handle the button click events.
WizardPageChangedEventHandlerRepresents a method that will handle the WizardControl.SelectedPageChanged event.
WizardPageChangingEventHandlerRepresents a method that will handle the WizardControl.SelectedPageChanging event.
WizardPageValidatingEventHandlerRepresents a method that will handle the BaseWizardPage.PageValidating event.

Enums

NameDescription
WizardHitTestLists the values that identify wizard elements located under the test point.
WizardStyleLists values that specify the XtraWizard’s layout.