IGroupInfo.Value Property
Gets the value for which the group is created (a value which is displayed in a group row).
Namespace: DevExpress.Mobile.DataGrid
Assembly: DevExpress.Mobile.Grid.v18.2.dll
Declaration
Property Value
Type | Description |
---|---|
Object | An object that specifies the data value. |
Remarks
Important
This documentation topic describes legacy technology. We no longer develop new functionality for the GridControl and suggest that you use the new DataGridView control instead.
When grid data is grouped by the specified column, data rows that have identical values in this column are arranged into groups. Use the Value property to get a column value for which a particular group is created. A grouping value is displayed in a group row, preceded by a column caption and colons.
See Also