Skip to main content
All docs
V24.2

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

WizardControl.ImageOptions Property

Contains settings that allow you to assign and customize an image displayed within the Welcome Page and Completion Page. This image is supported in the WizardStyle.Wizard97 style.

Namespace: DevExpress.XtraWizard

Assembly: DevExpress.XtraWizard.v24.2.dll

NuGet Package: DevExpress.Win

#Declaration

[DXCategory("Appearance")]
public virtual WizardImageOptions ImageOptions { get; }

#Property Value

Type Description
DevExpress.XtraWizard.WizardImageOptions

An object that contains settings to specify an image and its display options.

#Remarks

The ImageOptions property allows you to specify an image displayed at the left edge of the Welcome Page and Completion Page, and customize the image’s display settings (size and layout).

Image

This image is displayed in the WizardStyle.Wizard97 style.

See Also