Skip to main content
All docs
V24.2

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

WizardControl.HeaderImageOptions Property

Contains settings that allow you to assign and customize the Wizard Control’s header image. This property is supported in the WizardStyle.Wizard97 style.

Namespace: DevExpress.XtraWizard

Assembly: DevExpress.XtraWizard.v24.2.dll

NuGet Package: DevExpress.Win

#Declaration

[DXCategory("Appearance")]
public virtual WizardHeaderImageOptions HeaderImageOptions { get; }

#Property Value

Type Description
DevExpress.XtraWizard.WizardHeaderImageOptions

An object that contains settings to specify an image and its display options.

#Remarks

A header image is displayed within the header area of interior pages in the WizardStyle.Wizard97 style. The default image size is 61x61 pixels.

HeaderImage_Page

The control’s default behavior is to hide the header image in the Welcome Page and Completion Page. Use the WizardControl.ShowHeaderImage option to display the header image within these pages.

See Also