SlideView.ItemHeaderTemplate Property
Gets or sets the DataTemplate object that visualizes headers for all SlideViewItems within the current SlideView.
Namespace: DevExpress.Xpf.WindowsUI
Assembly: DevExpress.Xpf.Controls.v25.1.dll
NuGet Package: DevExpress.Wpf.Controls
Declaration
Property Value
Type | Description |
---|---|
DataTemplate | A DataTemplate that visualizes headers for all SlideViewItems within the current SlideView. |
Remarks
You can also use a DataTemplate object to visualize the SlideView.Header of a SlideView itself. Use the SlideView.HeaderTemplate property to do so.
See Also