WizardAppearanceCollection.ExteriorPageTitle Property
In This Article
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.2.dll
NuGet Package: DevExpress.Win
#Declaration
public AppearanceObject ExteriorPageTitle { get; }
#Property Value
Type | Description |
---|---|
Appearance |
An Appearance |
#Remarks
The titles of welcome and completion pages are specified by the WelcomeWizardPage.Text and CompletionWizardPage.Text properties respectively.
See Also