Back to Devexpress

DataGridView.GetGroupValue(Int32) Method

maui-devexpress-dot-maui-dot-datagrid-dot-datagridview-dot-getgroupvalue-x28-system-dot-int32-x29.md

latest2.0 KB
Original Source

DataGridView.GetGroupValue(Int32) Method

Returns an actual value displayed in the specified group row (group header).

Namespace : DevExpress.Maui.DataGrid

Assembly : DevExpress.Maui.DataGrid.dll

NuGet Package : DevExpress.Maui.DataGrid

Declaration

csharp
public object GetGroupValue(
    int groupRowHandle
)

Parameters

NameTypeDescription
groupRowHandleInt32

A negative integer starting with -1 that specifies a group row handle.

|

Returns

TypeDescription
System.Object

An object that specifies a data value.

|

Remarks

You can group data rows in the grid by values in a specific column. The value used to arrange multiple data rows into single group is displayed in the group header (group row). The displayed value can be the actual data value or a value formatted according to the DisplayFormat expression (see SortMode).

You can use the following methods to obtain a value displayed in a specific group’s header:

See Also

GetGroupDisplayText(Int32)

DataGridView Class

DataGridView Members

DevExpress.Maui.DataGrid Namespace