[]
        
(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)
Protected Overridable Function GetGroupCell(collectionView As UICollectionView, indexPath As NSIndexPath, group As IDataCollectionGroup(Of Object, Object)) As UICollectionReusableView
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