PageView.HasHeader Property
Gets whether the current PageView has a header.
Namespace: DevExpress.Xpf.WindowsUI
Assembly: DevExpress.Xpf.Controls.v24.1.dll
NuGet Package: DevExpress.Wpf.Controls
Declaration
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