NavBarGroupTemplateContainer(NavBarGroup) Constructor
Initializes a new instance of the NavBarGroupTemplateContainer class with the specified value.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
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