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

NavBarGroupTemplateContainer(NavBarGroup) Constructor

Initializes a new instance of the NavBarGroupTemplateContainer class with the specified value.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public NavBarGroupTemplateContainer(
    NavBarGroup group
)

Parameters

Name Type Description
group NavBarGroup

A NavBarGroup object specifying the group which the created object belongs to.

Remarks

This constructor is used to create a new NavBarGroupTemplateContainer class instance and initialize its NavBarGroupTemplateContainer.Group property with the specified value.

See Also