Skip to main content

WizardControl.TitleImage Property

Gets or sets the XtraWizard’s title 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 TitleImage { get; set; }

Property Value

Type Default Description
Image null

An Image object.

Remarks

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

See Also