Back to Devexpress

WizardAppearanceCollection.ExteriorPageTitle Property

windowsforms-devexpress-dot-xtrawizard-dot-wizardappearancecollection-d54ba09a.md

latest2.3 KB
Original Source

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

NuGet Package : DevExpress.Win

Declaration

csharp
public AppearanceObject ExteriorPageTitle { get; }
vb
Public ReadOnly Property ExteriorPageTitle As AppearanceObject

Property Value

TypeDescription
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

WelcomeWizardPage.Text

CompletionWizardPage.Text

WizardStyle

WizardAppearanceCollection Class

WizardAppearanceCollection Members

DevExpress.XtraWizard Namespace