GetItemCell Method (C1TableViewSource<T>)
In This Topic
Gets the visual element representing an item.
Syntax
'Declaration
Public Overridable Function GetItemCell( _
ByVal As UIKit.UITableView, _
ByVal As Foundation.NSIndexPath, _
ByVal As _
) As UIKit.UITableViewCell
public virtual UIKit.UITableViewCell GetItemCell(
UIKit.UITableView ,
Foundation.NSIndexPath ,
)
Parameters
- tableView
- The table view.
- indexPath
- Location of the row where the cell will be displayed.
- item
- The data item.
See Also