WizardControl.TitleImage Property
Gets or sets the XtraWizard’s title image.
Namespace: DevExpress.XtraWizard
Assembly: DevExpress.XtraWizard.v20.1.dll
NuGet Package: DevExpress.Win
Declaration
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.
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