DXCollectionView.GetGroupValue(Int32) Method
In This Article
Returns the data value for which the group is created.
Namespace: DevExpress.XamarinForms.CollectionView
Assembly: DevExpress.XamarinForms.CollectionView.dll
NuGet Package: DevExpress.XamarinForms.CollectionView
#Declaration
C#
public object GetGroupValue(
int groupItemHandle
)
#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 |
---|---|
Object | An object that specifies the data value. |
See Also