Skip to main content
All docs
V19.1

IGroupInfo.Value Property

Gets the value for which the group is created (a value which is displayed in a group row).

Namespace: DevExpress.XamarinForms.DataGrid

Assembly: DevExpress.XamarinForms.Grid.dll

Declaration

object Value { get; }

Property Value

Type Description
Object

An object that specifies the data value.

Remarks

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.

Group Info

See Also