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

WizardControl.HeaderImage Property

Gets or sets the header image.

Namespace: DevExpress.XtraWizard

Assembly: DevExpress.XtraWizard.v18.2.dll

Declaration

[DefaultValue(null)]
[DXCategory("Appearance")]
public Image HeaderImage { get; set; }

Property Value

Type Default Description
Image *null*

A Image object that represents the header image.

Remarks

If the HeaderImage property is specified, the header image is always displayed within interior pages. It is located within the wizard header section in the right-hand corner, and its size is 61x61 pixels.

HeaderImage_Page

By default, the header image isn’t shown within the Welcome Page and Completion Page. Its visibility within these pages is controlled by the WizardControl.ShowHeaderImage option.

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

See Also