WizardControl.Text Property
Gets or sets the wizard’s title.
Namespace: DevExpress.XtraWizard
Assembly: DevExpress.XtraWizard.v22.2.dll
NuGet Package: DevExpress.Win
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