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.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Controls, DevExpress.Wpf.Navigation

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