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

WizardControl.ShowHeaderImage Property

Gets or sets whether the header image (see WizardControl.HeaderImageOptions) is displayed within the Welcome Page and Completion Page. This property is supported in the WizardStyle.Wizard97 style.

Namespace: DevExpress.XtraWizard

Assembly: DevExpress.XtraWizard.v21.2.dll

NuGet Packages: DevExpress.Win, DevExpress.Win.Design

Declaration

[DefaultValue(false)]
[DXCategory("Appearance")]
public bool ShowHeaderImage { get; set; }

Property Value

Type Default Description
Boolean false

true to display the header image within the Welcome Page and Completion Page; otherwise, false.

Remarks

Enable the ShowHeaderImage property to display a header image in the Welcome Page and Completion Page in the WizardStyle.Wizard97 style.

ShowHeaderImage

Use the WizardControl.HeaderImageOptions property to specify a header image.

See Also