Back to Devexpress

NavBarViewBase.GroupHeaderTemplate Property

wpf-devexpress-dot-xpf-dot-navbar-dot-navbarviewbase-12530408.md

latest1.9 KB
Original Source

NavBarViewBase.GroupHeaderTemplate Property

Gets or sets a template, which defines how data is represented in the group header areas within the current view.

Namespace : DevExpress.Xpf.NavBar

Assembly : DevExpress.Xpf.NavBar.v25.2.dll

NuGet Package : DevExpress.Wpf.NavBar

Declaration

csharp
public ControlTemplate GroupHeaderTemplate { get; set; }
vb
Public Property GroupHeaderTemplate As ControlTemplate

Property Value

TypeDescription
ControlTemplate

A ControlTemplate object, which represents a template for group headers.

|

Remarks

The templates supplied by the DXNavBar control, allow you to completely replace the look and feel of its visual elements, while maintaining their existing behavior (see Templating View Elements to learn more).

See Also

GroupHeaderTemplate

ActualGroupHeaderTemplate

HeaderTemplate

NavBarViewBase Class

NavBarViewBase Members

DevExpress.Xpf.NavBar Namespace