Свойство | Type | Description | |
---|---|---|---|
Alignment | UITextAlignment | ||
CellAccessory | UITableViewCellAccessory | ||
CellStyle | UITableViewCellStyle | ||
Image | UIImage | ||
RowHeight | float | ||
ShowValueAsBadge | bool | ||
Value | string |
Méthode | Description | |
---|---|---|
GetCell ( UITableView tv ) : UITableViewCell | ||
GetHeight ( UITableView tableView, NSIndexPath indexPath ) : float | ||
Matches ( string text ) : bool | ||
Selected ( |
||
StringElement ( string caption ) : System | ||
StringElement ( string caption, System.Action tapped ) : System | ||
StringElement ( string caption, string value ) : System | ||
StringElement ( string caption, string value, System.Action tapped ) : System | ||
StringElement ( string caption, string value, UIImage image, System.Action tapped ) : System | ||
Summary ( ) : string |
Méthode | Description | |
---|---|---|
HasTappedEvent ( ) : bool |
public GetCell ( UITableView tv ) : UITableViewCell | ||
tv | UITableView | |
Résultat | UITableViewCell |
public GetHeight ( UITableView tableView, NSIndexPath indexPath ) : float | ||
tableView | UITableView | |
indexPath | NSIndexPath | |
Résultat | float |
public Selected ( |
||
dvc | ||
tableView | UITableView | |
indexPath | NSIndexPath | |
Résultat | void |
public StringElement ( string caption ) : System | ||
caption | string | |
Résultat | System |
public StringElement ( string caption, System.Action tapped ) : System | ||
caption | string | |
tapped | System.Action | |
Résultat | System |
public StringElement ( string caption, string value ) : System | ||
caption | string | |
value | string | |
Résultat | System |
public StringElement ( string caption, string value, System.Action tapped ) : System | ||
caption | string | |
value | string | |
tapped | System.Action | |
Résultat | System |
public StringElement ( string caption, string value, UIImage image, System.Action tapped ) : System | ||
caption | string | |
value | string | |
image | UIImage | |
tapped | System.Action | |
Résultat | System |
public UITableViewCellAccessory CellAccessory | ||
Résultat | UITableViewCellAccessory |