Skip to main content
A newer version of this page is available. .

WizardPage.ShowFooter Property

Gets or sets whether the Wizard should display its footer when this WizardPage is selected.

Namespace: DevExpress.Xpf.Controls

Assembly: DevExpress.Xpf.Controls.v21.2.dll

NuGet Package: DevExpress.Wpf.Controls

Declaration

public bool ShowFooter { get; set; }

Property Value

Type Description
Boolean

true, if the Wizard should display its footer when this WizardPage is selected; otherwise, false.

See Also