[]
Gets the visual element representing a group(header) cell.
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
| Type | Name | Description |
|---|---|---|
| UICollectionView | collectionView | The collection view. |
| NSIndexPath | indexPath | The index path. |
| IDataCollectionGroup<object, object> | group | The group data item. |
| Type | Description |
|---|---|
| UICollectionReusableView |