Skip to main content

DXCollectionView.GetGroupValue(Int32) Method

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
groupItemHandle 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