NavBarGroupCollection.Add(String, String, String) Method
Adds a new group to the collection and specifies the group’s display text, name and associated image.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
Name | Type | Description |
---|---|---|
text | String | A String value specifying the group’s display text. Initializes the group’s NavBarGroup.Text property. |
name | String | A String value specifying the name which indentifies the created group. Initializes the group’s NavBarGroup.Name property. |
imageUrl | String | A String value specifying the path to the image displayed by the group’s header. Initializes the ImagePropertiesBase.Url property of the group’s NavBarGroup.HeaderImage. |
Returns
Type | Description |
---|---|
NavBarGroup | A NavBarGroup object representing the newly created group. |
Remarks
Use the Add method to add a new group with the specified settings to the NavBarGroupCollection object.