Back to Devexpress

WizardStyle Enum

windowsforms-devexpress-dot-xtrawizard-9612df75.md

latest1.3 KB
Original Source

WizardStyle Enum

Lists values that specify the XtraWizard’s layout.

Namespace : DevExpress.XtraWizard

Assembly : DevExpress.XtraWizard.v25.2.dll

NuGet Package : DevExpress.Win

Declaration

csharp
public enum WizardStyle
vb
Public Enum WizardStyle

Members

NameDescription
Wizard97

The XtraWizard control is painted in Wizard’97 style.

| | WizardAero |

The XtraWizard control is painted in Aero style.

|

The following properties accept/return WizardStyle values:

Remarks

The values listed by this enumeration are used to set the WizardControl.WizardStyle property’s value.

See Also

DevExpress.XtraWizard Namespace