Property | Type | Description | |
---|---|---|---|
ComboBox |
Method | Description | |
---|---|---|
ComboBoxElement ( string caption, object Items, string DisplayMember ) : System | ||
ComboBoxElement ( string caption, string values ) : System | ||
Deselected ( |
||
GetCell ( UITableView tv ) : UITableViewCell | ||
Selected ( |
public ComboBoxElement ( string caption, object Items, string DisplayMember ) : System | ||
caption | string | |
Items | object | |
DisplayMember | string | |
return | System |
public ComboBoxElement ( string caption, string values ) : System | ||
caption | string | |
values | string | |
return | System |
public Deselected ( |
||
dvc | ||
tableView | UITableView | |
path | NSIndexPath | |
return | void |
public GetCell ( UITableView tv ) : UITableViewCell | ||
tv | UITableView | |
return | UITableViewCell |
public Selected ( |
||
dvc | ||
tableView | UITableView | |
path | NSIndexPath | |
return | void |