WizardAppearanceCollection.ExteriorPageTitle Property
Contains the appearance settings used to paint the titles of Welcome Page and Completion Page, when the WizardStyle.Wizard97 style is applied.
Namespace: DevExpress.XtraWizard
Assembly: DevExpress.XtraWizard.v24.1.dll
NuGet Package: DevExpress.Win
Declaration
Property Value
Type | Description |
---|---|
AppearanceObject | An AppearanceObject that contains the corresponding appearance settings. |
Remarks
The titles of welcome and completion pages are specified by the WelcomeWizardPage.Text and CompletionWizardPage.Text properties respectively.
See Also