Back to Devexpress

WizardControl.TitleImage Property

windowsforms-devexpress-dot-xtrawizard-dot-wizardcontrol-b5b9f252.md

latest1.5 KB
Original Source

WizardControl.TitleImage Property

Gets or sets the XtraWizard’s title 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 TitleImage { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
<DefaultValue(Nothing)>
<DXCategory("Appearance")>
Public Property TitleImage As Image

Property Value

TypeDefaultDescription
Imagenull

An Image object.

|

Remarks

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

See Also

TitleImageOptions

WizardControl Class

WizardControl Members

DevExpress.XtraWizard Namespace