In This Topic
Gets the visual element representing a group(header) cell.
Syntax
'Declaration
Protected Overridable Function GetGroupCell( _
ByVal As UIKit.UICollectionView, _
ByVal As Foundation.NSIndexPath, _
ByVal As IDataCollectionGroup(Of Object,Object) _
) As UIKit.UICollectionReusableView
protected virtual UIKit.UICollectionReusableView GetGroupCell(
UIKit.UICollectionView ,
Foundation.NSIndexPath ,
IDataCollectionGroup<object,object>
)
Parameters
- collectionView
- The collection view.
- indexPath
- The index path.
- group
- The group data item.
See Also