Skip to main content

SlideView.Header Property

Gets or sets the current SlideView header.

Namespace: DevExpress.Xpf.WindowsUI

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

NuGet Package: DevExpress.Wpf.Controls

Declaration

public object Header { get; set; }

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.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the Header property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also