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

GroupHeaderCommandEventArgs.GroupValue Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public object GroupValue { get; }

Property Value

Type Description
Object

A Object representing the group value of the processed group header.

Remarks

Use the GroupValue property to identify the processed group header by its displayed group value.

See Also