Skip to main content
A newer version of this page is available. .

WizardControl.Text Property

Gets or sets the wizard’s title.

Namespace: DevExpress.XtraWizard

Assembly: DevExpress.XtraWizard.v19.1.dll

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