Back to Devexpress

WizardControl.Image Property

windowsforms-devexpress-dot-xtrawizard-dot-wizardcontrol-03f5c7ec.md

latest1.7 KB
Original Source

WizardControl.Image Property

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

Namespace : DevExpress.XtraWizard

Assembly : DevExpress.XtraWizard.v25.2.dll

NuGet Package : DevExpress.Win

Declaration

csharp
[Browsable(false)]
[DefaultValue(null)]
[DXCategory("Appearance")]
[EditorBrowsable(EditorBrowsableState.Never)]
public Image Image { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
<DefaultValue(Nothing)>
<DXCategory("Appearance")>
Public Property Image As Image

Property Value

TypeDefaultDescription
Imagenull

An Image object.

|

Remarks

This property is hidden. Use the WizardControl.ImageOptions property instead.

See Also

ImageOptions

WizardControl Class

WizardControl Members

DevExpress.XtraWizard Namespace