Skip to main content

NavBarGroup() Constructor

Creates an instance of the NavBarGroup class.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v23.2.dll

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

Declaration

public NavBarGroup()

Remarks

The constructor is used to create and initialize a new NavBarGroup object. It initializes the NavBarGroup.ItemLinks collection and sets properties to their default values.

This method is not designed to be used directly from your code. Use the NavGroupCollection.Add method to create a new group within the NavBarControl control. The NavGroupCollection object can be accessed via the NavBarControl.Groups property which stores a collection of control groups.

See Also