Skip to main content

Wizard.IsFooterVisible Property

Gets whether the current wizard page displays the footer. This is a dependency property.

Namespace: DevExpress.Xpf.Controls

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

NuGet Package: DevExpress.Wpf.Controls

Declaration

[Browsable(false)]
public bool IsFooterVisible { get; }

Property Value

Type Description
Boolean

true, if the current wizard page displays the footer; otherwise, false.

See Also