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

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

Declaration

[Browsable(false)]
[DefaultValue(null)]
[DXCategory("Appearance")]
[EditorBrowsable(EditorBrowsableState.Never)]
public Image HeaderImage { get; set; }

Property Value

Type Default Description
Image null

The header image.

Remarks

This property is hidden. Use the WizardControl.HeaderImageOptions property instead.

See Also