Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.NavBar

Declaration

public DataTemplate ItemTemplate { get; set; }

Property Value

Type Description
DataTemplate

A DataTemplate that is the corresponding template.

See Also