SlideView.HeaderTemplate Property
Gets or sets a DataTemplate that visualizes the current SlideView‘s header.
Namespace: DevExpress.Xpf.WindowsUI
Assembly: DevExpress.Xpf.Controls.v24.1.dll
NuGet Package: DevExpress.Wpf.Controls
Declaration
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