Back to Devexpress

WizardControl.ShowHeaderImage Property

windowsforms-devexpress-dot-xtrawizard-dot-wizardcontrol-f8a12197.md

latest2.6 KB
Original Source

WizardControl.ShowHeaderImage Property

Gets or sets whether the header image (see WizardControl.HeaderImageOptions) is displayed within the Welcome Page and Completion Page. This property is supported in the WizardStyle.Wizard97 style.

Namespace : DevExpress.XtraWizard

Assembly : DevExpress.XtraWizard.v25.2.dll

NuGet Package : DevExpress.Win

Declaration

csharp
[DefaultValue(false)]
[DXCategory("Appearance")]
public bool ShowHeaderImage { get; set; }
vb
<DefaultValue(False)>
<DXCategory("Appearance")>
Public Property ShowHeaderImage As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true to display the header image within the Welcome Page and Completion Page; otherwise, false.

|

Remarks

Enable the ShowHeaderImage property to display a header image in the Welcome Page and Completion Page in the WizardStyle.Wizard97 style.

Use the WizardControl.HeaderImageOptions property to specify a header image.

See Also

HeaderImageOptions

WizardControl Class

WizardControl Members

DevExpress.XtraWizard Namespace