[]
        
(Showing Draft Content)

C1.iOS.DataCollection.C1CollectionViewSource-1.GetGroupCell

GetGroupCell Method

GetGroupCell(UICollectionView, NSIndexPath, IDataCollectionGroup<object, object>)

Gets the visual element representing a group(header) cell.

Declaration
protected virtual UICollectionReusableView GetGroupCell(UICollectionView collectionView, NSIndexPath indexPath, IDataCollectionGroup<object, object> group)
Parameters
Type Name Description
UICollectionView collectionView

The collection view.

NSIndexPath indexPath

The index path.

IDataCollectionGroup<object, object> group

The group data item.

Returns
Type Description
UICollectionReusableView