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

NavBarGroup.ActualNavPaneGroupButtonTemplateSelector Property

Gets the actual template selector that chooses a template for the group’s header represented within the group button panel, based on custom logic. This is a dependency property.

Namespace: DevExpress.Xpf.NavBar

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

Declaration

public DataTemplateSelector ActualNavPaneGroupButtonTemplateSelector { get; }

Property Value

Type Description
DataTemplateSelector

A DataTemplateSelector descendant that chooses a template based on custom logic.

See Also