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

WizardPage.Image Property

Gets an image displayed in the ChartWizard sidebar, symbolizing the page.

Namespace: DevExpress.XtraCharts.Wizard

Assembly: DevExpress.XtraCharts.v18.2.Wizard.dll

Declaration

public Image Image { get; }

Property Value

Type Description
Image

An Image object, representing a symbol of the page in the group’s list

Remarks

The position of an Image is illustrated in the following picture:

WizardPage.Image

The image is specified when a new page is registered, and can be set only via page registration. Use the WizardGroup.RegisterPage and WizardGroup.UnregisterPage methods to change the image.

See Also