Method | Description | |
---|---|---|
CanEditRow ( UITableView tableView, MonoTouch indexPath ) : bool | ||
DataSource ( |
||
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell | ||
NumberOfSections ( UITableView tableView ) : int | ||
RowsInSection ( UITableView tableview, int section ) : int |
public CanEditRow ( UITableView tableView, MonoTouch indexPath ) : bool | ||
tableView | UITableView | |
indexPath | MonoTouch | |
return | bool |
public DataSource ( |
||
controller | ||
return | System |
public GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell | ||
tableView | UITableView | |
indexPath | NSIndexPath | |
return | UITableViewCell |
public NumberOfSections ( UITableView tableView ) : int | ||
tableView | UITableView | |
return | int |
public RowsInSection ( UITableView tableview, int section ) : int | ||
tableview | UITableView | |
section | int | |
return | int |