Back to Devexpress

WizardControl.HeaderImage Property

windowsforms-devexpress-dot-xtrawizard-dot-wizardcontrol-2323132e.md

latest1.5 KB
Original Source

WizardControl.HeaderImage Property

Gets or sets the header image.

Namespace : DevExpress.XtraWizard

Assembly : DevExpress.XtraWizard.v25.2.dll

NuGet Package : DevExpress.Win

Declaration

csharp
[Browsable(false)]
[DefaultValue(null)]
[DXCategory("Appearance")]
[EditorBrowsable(EditorBrowsableState.Never)]
public Image HeaderImage { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
<DefaultValue(Nothing)>
<DXCategory("Appearance")>
Public Property HeaderImage As Image

Property Value

TypeDefaultDescription
Imagenull

The header image.

|

Remarks

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

See Also

HeaderImageOptions

WizardControl Class

WizardControl Members

DevExpress.XtraWizard Namespace