Back to Devexpress

WizardControl.Text Property

windowsforms-devexpress-dot-xtrawizard-dot-wizardcontrol-bc210f04.md

latest1.2 KB
Original Source

WizardControl.Text Property

Gets or sets the wizard’s title.

Namespace : DevExpress.XtraWizard

Assembly : DevExpress.XtraWizard.v25.2.dll

NuGet Package : DevExpress.Win

Declaration

csharp
public override string Text { get; set; }
vb
Public Overrides Property Text As String

Property Value

TypeDescription
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

WizardControl Class

WizardControl Members

DevExpress.XtraWizard Namespace