GroupHeaderCommandEventArgs.GroupValue Property
Gets the value of the group to which the processed header belongs.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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