Skip to main content

MVCxNavBarGroup.SetContentTemplateContent(Action<NavBarGroupTemplateContainer>) Method

Allows you to specify a template for the client region’s content of the current group.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public void SetContentTemplateContent(
    Action<NavBarGroupTemplateContainer> contentMethod
)

Parameters

Name Type Description
contentMethod Action<NavBarGroupTemplateContainer>

A method to which a template content rendering is delegated.

Remarks

Note

Once a template defined using the SetContentTemplateContent method is created, it is instantiated within a container object of the NavBarGroupTemplateContainer type. This container object exposes a set of members which can be useful when designing a template.

View Example: Round Panel for ASP.NET MVC - How to define control content

See Also