NavBarItem.VisualStyle Property
Gets or sets a style object that defines the item's appearance. 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 VisualStyle property to control the appearance of an individual item.
NOTE
A view's attached properties (such as the Nav
Using the VisualStyle property of an item, you can override a common appearance defined for all items at the view level (via the NavBarViewBase.ItemVisualStyle property) or at the group level (via the NavBarItem.VisualStyle property), if any.