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

NavBarControl.ItemTemplateSelector Property

Gets or sets an object that chooses a template used to visualize objects stored as elements in the NavBarControl.ItemsSource collection. This is a dependency property.

Namespace: DevExpress.Xpf.NavBar

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.NavBar, DevExpress.Wpf.Navigation

Declaration

public DataTemplateSelector ItemTemplateSelector { get; set; }

Property Value

Type Description
DataTemplateSelector

A System.Windows.Controls.DataTemplateSelector descendant that applies a template based on custom logic.

See Also