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