NavBarItem Class
Represents an individual item within the NavBarControl control.
Namespace: DevExpress.Xpf.NavBar
Assembly: DevExpress.Xpf.NavBar.v14.2.dll
#Declaration
#Returned By
Properties and methods that return NavBarItem instances:
#Remarks
The NavBarItem class implements the functionality of an individual navbar item within the NavBarControl. Items are represented by instances of the NavBarItem class which can be accessed via the NavBarGroup.Items property of a group. This property returns the NavBarItemCollection collection which allows you to add and delete items within a group.
Use properties of the NavBarItem class to specify the appearance and behavior of an individual item. You can define the NavBarItem.Content and NavBarItem.ImageSource properties to specify an item's caption text and image displayed in the item. An item's visibility and availability to end-users can be controlled via the NavBarItem.IsVisible and NavBarItem.IsEnabled properties.
Use the NavBarItem.IsSelected property to determine the selected state of an item.
Using the NavBarItem.VisualStyle property, you can define a visual style to be applied to an item.