Skip to main content
A newer version of this page is available. .

WizardControl.TitleImage Property

Gets or sets the XtraWizard’s title image.

Namespace: DevExpress.XtraWizard

Assembly: DevExpress.XtraWizard.v18.2.dll

Declaration

[DefaultValue(null)]
[DXCategory("Appearance")]
public Image TitleImage { get; set; }

Property Value

Type Default Description
Image *null*

A Image object that represents the title image (16x16 pixels).

Remarks

The title image, if specified, is always displayed in the top left corner when the XtraWizard control is painted in the WizardStyle.WizardAero style.

TitleImage

If the XtraWizard control is painted in the WizardStyle.Wizard97 style, use the WizardControl.HeaderImage property to specify an image displayed within interior pages.

See Also