DXCollectionView.GetGroupValue(Int32) Method
In This Article
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
C#
public object GetGroupValue(
int groupRowHandle
)
#Parameters
Name | Type | Description |
---|---|---|
group |
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 |
---|---|
System. |
An object that specifies the data value. |
See Also