Skip to main content

NavBarItem() Constructor

Creates an instance of the NavBarItem class.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v23.2.dll

NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation

Declaration

public NavBarItem()

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