Skip to main content

WizardPage.IsHeaderVisible Property

Returns whether this WizardPage displays it header. This is a dependency property.

Namespace: DevExpress.Xpf.Controls

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

NuGet Package: DevExpress.Wpf.Controls

Declaration

public bool IsHeaderVisible { get; }

Property Value

Type Description
Boolean

true, if this WizardPage displays it header; otherwise, false.

See Also