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

NavBarSettings.SetGroupContentTemplateContent(String) Method

Allows setting a common template used for displaying the client region’s content of all groups within the NavBar.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v18.2.dll

Declaration

public void SetGroupContentTemplateContent(
    string content
)

Parameters

Name Type Description
content String

A string value specifying the template content.

See Also