WizardControl.HeaderImage Property
Gets or sets the header image.
Namespace: DevExpress.XtraWizard
Assembly: DevExpress.XtraWizard.v24.2.dll
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