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.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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