WizardControl.TitleImage Property
Gets or sets the XtraWizard’s title image.
Namespace: DevExpress.XtraWizard
Assembly: DevExpress.XtraWizard.v24.1.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