Skip to main content

GridControl.GetGroupRowValue(Int32) Method

Returns the value of the specified group row.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

public object GetGroupRowValue(
    int rowHandle
)

Parameters

Name Type Description
rowHandle Int32

The group row’s handle.

Returns

Type Description
Object

The specified group row’s value.

Remarks

Group row handles are negative (start from -1).

See Also