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

NavBarGroup(String, String, String, String) Constructor

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

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

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.

navigateUrl String

A String value specifying the URL to which the browser navigates when the group’s text or associated image is clicked. Initializes the group’s NavBarGroup.NavigateUrl property.

Remarks

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

See Also