Skip to main content
Tab

GroupHeaderTemplateContainer.GroupValue Property

Gets the value of the group to which the rendered header belongs.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public object GroupValue { get; }

Property Value

Type Description
Object

A Object specifying the related grouping value.

See Also