Skip to main content
A newer version of this page is available. .

PageView.HasHeader Property

Gets whether the current PageView has a header.

Namespace: DevExpress.Xpf.WindowsUI

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

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

Declaration

public bool HasHeader { get; }

Property Value

Type Description
Boolean

true, if the current PageView has a header; otherwise, false.

Remarks

To specify a PageView‘s header, use the PageView.Header property. It can also be customized via a DataTemplate object assigned to the PageView.HeaderTemplate property.

See Also