Back to Devexpress

DXCollectionView.GetGroupValue(Int32) Method

maui-devexpress-dot-maui-dot-collectionview-dot-dxcollectionview-dot-getgroupvalue-x28-system-dot-int32-x29.md

latest1.1 KB
Original Source

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

csharp
public object GetGroupValue(
    int groupRowHandle
)

Parameters

NameTypeDescription
groupRowHandleInt32

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

TypeDescription
System.Object

An object that specifies the data value.

|

See Also

DXCollectionView Class

DXCollectionView Members

DevExpress.Maui.CollectionView Namespace