WizardControl.Image Property
Gets or sets the image displayed within the Welcome Page and Completion Page.
Namespace: DevExpress.XtraWizard
Assembly: DevExpress.XtraWizard.v23.1.dll
NuGet Package: DevExpress.Win
Declaration
[Browsable(false)]
[DefaultValue(null)]
[DXCategory("Appearance")]
[EditorBrowsable(EditorBrowsableState.Never)]
public Image Image { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Image | null | An Image object. |
Remarks
This property is hidden. Use the WizardControl.ImageOptions property instead.
See Also