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

WizardControl.ShowHeaderImage Property

Gets or sets whether the header image is displayed within the Welcome Page and Completion Page.

Namespace: DevExpress.XtraWizard

Assembly: DevExpress.XtraWizard.v18.2.dll

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

The header image is specified by the WizardControl.HeaderImage property. By default, it is displayed only within Interior Pages. Enable the ShowHeaderImage option to display it within the Welcome Page and Completion Page.

ShowHeaderImage

The header image isn’t displayed in WizardStyle.WizardAero style.

See Also