Skip to main content

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.v23.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