Back to Devexpress

NavBarGroup() Constructor

windowsforms-devexpress-dot-xtranavbar-dot-navbargroup-dot-ctor-08d057e4.md

latest1.7 KB
Original Source

NavBarGroup() Constructor

Creates an instance of the NavBarGroup class.

Namespace : DevExpress.XtraNavBar

Assembly : DevExpress.XtraNavBar.v25.2.dll

NuGet Package : DevExpress.Win

Declaration

csharp
public NavBarGroup()
vb
Public Sub New

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

Groups

Add

NavBarGroup Class

NavBarGroup Members

DevExpress.XtraNavBar Namespace