NavBarViewBase.ItemVisualStyle Property
Gets or sets a style object that defines the appearance of all items within the view. This is a dependency property.
Namespace: DevExpress.Xpf.NavBar
Assembly: DevExpress.Xpf.NavBar.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Style | A Style object containing item style settings. |
#Remarks
Use the ItemVisualStyle property to control the appearance of all items within the view.
NOTE
A view's attached properties (such as the Nav
The item appearance defined using the ItemVisualStyle property, can be overridden at the group level (via the NavBarGroup.ItemVisualStyle property) and at the item level (via the NavBarItem.VisualStyle property).