Skip to main content

WizardControl.Text Property

Gets or sets the wizard’s title.

Namespace: DevExpress.XtraWizard

Assembly: DevExpress.XtraWizard.v23.2.dll

NuGet Package: DevExpress.Win

Declaration

public override string Text { get; set; }

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.

Title

Word wrapping is not supported for the wizard title.

See Also