GridCustomDataSourceGroupInfo.Value Property
Specified the value of a field name by which data items are grouped. For all items in one group, this value is the same.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v25.2.dll
NuGet Package: DevExpress.Blazor
Declaration
public object Value { get; set; }
Property Value
| Type | Description |
|---|---|
| Object | The field name value. |
See Also