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

PageView.HeaderTemplate Property

Gets or sets the DataTemplate that visualizes the current PageView‘s PageView.Header.

Namespace: DevExpress.Xpf.WindowsUI

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

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

Declaration

public DataTemplate HeaderTemplate { get; set; }

Property Value

Type Description
DataTemplate

A DataTemplate that visualizes the current PageView‘s PageView.Header.

See Also