Back to Devexpress

NavGroupCollection.Add(NavBarGroup) Method

windowsforms-devexpress-dot-xtranavbar-dot-navgroupcollection-dot-add-x28-devexpress-dot-xtranavbar-dot-navbargroup-x29.md

latest1.5 KB
Original Source

NavGroupCollection.Add(NavBarGroup) Method

Adds the specified group to the collection.

Namespace : DevExpress.XtraNavBar

Assembly : DevExpress.XtraNavBar.v25.2.dll

NuGet Package : DevExpress.Win

Declaration

csharp
public NavBarGroup Add(
    NavBarGroup group
)
vb
Public Function Add(
    group As NavBarGroup
) As NavBarGroup

Parameters

NameTypeDescription
groupNavBarGroup

A NavBarGroup object to add the collection.

|

Returns

TypeDescription
NavBarGroup

The NavBarGroup object that was added to the collection. This method returns the object passed as the method parameter.

|

See Also

NavGroupCollection Class

NavGroupCollection Members

DevExpress.XtraNavBar Namespace