SlideView.Header Property
Gets or sets the current SlideView header.
Namespace: DevExpress.Xpf.WindowsUI
Assembly: DevExpress.Xpf.Controls.v25.1.dll
NuGet Package: DevExpress.Wpf.Controls
Declaration
Property Value
Type | Description |
---|---|
Object | An Object that is the current SlideView header. |
Remarks
The Header property specifies the header of the current SlideView, displayed at the top left corner. Typically, the header represents a short string of text, but you can assign any object to it.
You can customize SlideView headers via DataTemplate objects. Use the SlideView.HeaderTemplate property to do so.
See Also