Skip to main content

WizardControl.HeaderImage Property

Gets or sets the header image.

Namespace: DevExpress.XtraWizard

Assembly: DevExpress.XtraWizard.v23.2.dll

NuGet Package: DevExpress.Win

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