GridControl.GetGroupRowValue(Int32) Method
In This Article
Returns the value of the specified group row.
Namespace: DevExpress.UI.Xaml.Grid
Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
row |
Int32 | An integer value that specifies the group row’s handle. |
#Returns
Type | Description |
---|---|
Object | An object that represents the specified group row’s value. null (Nothing in Visual Basic) if the specified group row doesn’t exist. |
#Remarks
The GetGroupRowValue method returns the grouping column’s value.
Group row handles are negative (start from -1).
See Also