BaseWizardPage.Text Property
Gets or sets the header text.
Namespace: DevExpress.XtraWizard
Assembly: DevExpress.XtraWizard.v24.1.dll
NuGet Package: DevExpress.Win
Declaration
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