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.v18.2.dll

Declaration

public DataTemplate HeaderTemplate { get; set; }

Property Value

Type Description
DataTemplate

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

See Also