WizardControl.Text Property
Gets or sets the wizard’s title.
Namespace: DevExpress.XtraWizard
Assembly: DevExpress.XtraWizard.v26.1.dll
Declaration
Property Value
| Type | Description |
|---|---|
| String | A string value that specifies the title. |
Remarks
The Text property specifies the XtraWizard’s title when it is painted in the WizardStyle.WizardAero style.

Word wrapping is not supported for the wizard title.
See Also