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

SlideView.HeaderTemplate Property

Gets or sets a DataTemplate that visualizes the current SlideView‘s 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 SlideView‘s header.

Remarks

You can set a SlideView‘s header via the SlideView.Header property. SlideViewItem objects that are designed to display content within a SlideView also have headers. To customize the headers of all SlideViewItems within a SlideView via a DataTempate object, use the SlideView.ItemHeaderTemplate property.

See Also