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.v24.1.dll
NuGet Package: DevExpress.Win
Declaration
[DefaultValue(false)]
[DXCategory("Appearance")]
public bool ShowHeaderImage { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Boolean | false | 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