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.v24.1.dll
NuGet Package: DevExpress.Wpf.NavBar
Declaration
Property Value
Type | Description |
---|---|
DataTemplateSelector | A System.Windows.Controls.DataTemplateSelector descendant that applies a template based on custom logic. |
See Also