Skip to main content

PageView.HasHeader Property

Gets whether the current PageView has a header.

Namespace: DevExpress.Xpf.WindowsUI

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

NuGet Package: DevExpress.Wpf.Controls

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