Skip to main content
A newer version of this page is available. .

NavBarGroup.GroupHeaderTemplate Property

Gets or sets a template, which defines how data is represented in the group’s header area.

Namespace: DevExpress.Xpf.NavBar

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

Declaration

public ControlTemplate GroupHeaderTemplate { get; set; }

Property Value

Type Description
ControlTemplate

A ControlTemplate object, which represents a template for the group’s header.

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