Skip to main content

NavBarGroup.ActualNavPaneOverflowGroupTemplateSelector Property

Gets the actual template selector that chooses a template for an item, representing the group within the overflow panel, based on custom logic. This is a dependency property.

Namespace: DevExpress.Xpf.NavBar

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

#Declaration

public DataTemplateSelector ActualNavPaneOverflowGroupTemplateSelector { get; }

#Property Value

Type Description
DataTemplateSelector

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

See Also