Skip to main content

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

NuGet Package: DevExpress.Win

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