Skip to main content

SlideView.HeaderTemplate Property

Gets or sets a DataTemplate that visualizes the current SlideView‘s header.

Namespace: DevExpress.Xpf.WindowsUI

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

NuGet Package: DevExpress.Wpf.Controls

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