Skip to main content

NavBarViewBase.ItemsPanelTemplate Property

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

#Declaration

public ItemsPanelTemplate ItemsPanelTemplate { get; set; }

#Property Value

Type Description
ItemsPanelTemplate

An ItemsPanelTemplate object that is used within each group to layout its 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 Also