NavBarViewBase.ItemsPanelTemplate Property
In This Article
Gets or sets the template that defines the presentation of a specific container panel that is used by groups to layout group items. This is a dependency property.
Namespace: DevExpress.Xpf.NavBar
Assembly: DevExpress.Xpf.NavBar.v24.2.dll
NuGet Package: DevExpress.Wpf.NavBar
#Declaration
#Property Value
Type | Description |
---|---|
Items |
An Items |
#Remarks
The templates supplied by the DXNavBar control, allow you to completely replace the look and feel of its visual elements, while maintaining their existing behavior (see Templating View Elements to learn more).
See Also