Skip to main content
A newer version of this page is available. .

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.v19.2.dll

Declaration

public AppearanceObject ExteriorPageTitle { get; }

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