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

NavBarGroupTemplateContainer.Group Property

Gets a group for which the template’s content is being instantiated.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public NavBarGroup Group { get; }

Property Value

Type Description
NavBarGroup

A NavBarGroup object representing the group being rendered.

Remarks

Use the Group property to obtain the group for which the template’s content is being currently rendered. You can use properties of the returned NavBarGroup object to obtain certain values needed to bind the properties of the controls composing your template.

See Also