Skip to main content

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.v14.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