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

WizardControl.Image Property

Gets or sets an image displayed within the Welcome Page and Completion Page.

Namespace: DevExpress.XtraWizard

Assembly: DevExpress.XtraWizard.v18.2.dll

Declaration

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

Property Value

Type Default Description
Image *null*

A Image object that represents the image.

Remarks

The Image property specifies an image, which is displayed to the left-side in the Welcome Page and Completion Page. Its width and layout are specified by the WizardControl.ImageWidth and WizardControl.ImageLayout properties.

Image

This image isn’t displayed in WizardStyle.WizardAero style.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the Image property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also