Skip to main content

DXCollectionView.GetGroupValue(Int32) Method

Returns the data value for which the group is created.

Namespace: DevExpress.Maui.CollectionView

Assembly: DevExpress.Maui.CollectionView.dll

NuGet Package: DevExpress.Maui.CollectionView

Declaration

public object GetGroupValue(
    int groupRowHandle
)

Parameters

Name Type Description
groupRowHandle Int32

The group header handle (a negative integer, starting from -1) or the group’s zero-based index within the view’s collection of groups.

Returns

Type Description
Object

An object that specifies the data value.

See Also