NavBarGroup() Constructor
Creates an instance of the NavBarGroup 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 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