Skip to main content
A newer version of this page is available. .
Tab

NavBarGroupCollection.Add() Method

Adds a new group to the end of the collection and returns the newly created object.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public NavBarGroup Add()

Returns

Type Description
NavBarGroup

A NavBarGroup object representing the newly created group.

Remarks

Use the Add method to add a new group with the default settings to the NavBarGroupCollection object. You can modify properties of the obtained object to control the appearance and behavior of the added group.

See Also