Back to Devexpress

WizardPage.ShowFooter Property

wpf-devexpress-dot-xpf-dot-controls-dot-wizardpage-b6e729d4.md

latest1.3 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Controls

Declaration

csharp
public bool ShowFooter { get; set; }
vb
Public Property ShowFooter As Boolean

Property Value

TypeDescription
Boolean

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

|

See Also

Pages

WizardPage Class

WizardPage Members

DevExpress.Xpf.Controls Namespace