Skip to main content

BaseWizardPage.Text Property

Gets or sets the header text.

Namespace: DevExpress.XtraWizard

Assembly: DevExpress.XtraWizard.v23.2.dll

NuGet Package: DevExpress.Win

Declaration

[Browsable(true)]
public override string Text { get; set; }

Property Value

Type Description
String

A string value that specifies the header text.

Remarks

This property is overridden by descendant classes to provide default text displayed within a Welcome Page, Interior Page and Completion Page.

See Also