NavBarControl.ItemTemplate Property
Gets or sets the 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 |
---|---|
DataTemplate | A DataTemplate that is the corresponding template. |
See Also