Skip to main content
Tab

NavBarGroup(String, String, String) Constructor

Initializes a new instance of the NavBarGroup class with the specified settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public NavBarGroup(
    string text,
    string name,
    string imageUrl
)

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.

Remarks

Use this constructor to initialize a new instance of a NavBarGroup class using the settings passed via the parameters.

See Also