NavBarItem() Constructor
Creates an instance of the NavBarItem class.
Namespace: DevExpress.XtraNavBar
Assembly: DevExpress.XtraNavBar.v24.1.dll
NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation
Declaration
Remarks
The constructor is used to create and initialize a new NavBarItem object. It sets properties to their default values and initializes the NavBarItem.Links collection.
This method is not designed to be used directly from your code. Items must be created via the NavItemCollection.Add method. This method creates a new item and adds it to the NavItemCollection collection. This collection can be accessed via the NavBarControl.Items property.
See Also