Method | Description | |
---|---|---|
MvxStandardTableViewCell ( IEnumerable |
||
MvxStandardTableViewCell ( IEnumerable |
||
MvxStandardTableViewCell ( |
||
MvxStandardTableViewCell ( string bindingText, |
||
MvxStandardTableViewCell ( string bindingText, UITableViewCellStyle cellStyle, NSString cellIdentifier, UITableViewCellAccessory tableViewCellAccessory = UITableViewCellAccessory.None ) : System | ||
SetSelected ( bool selected, bool animated ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
InitializeImageLoader ( ) : void |
public MvxStandardTableViewCell ( IEnumerable |
||
bindingDescriptions | IEnumerable |
|
handle | ||
return | System |
public MvxStandardTableViewCell ( IEnumerable |
||
bindingDescriptions | IEnumerable |
|
cellStyle | UITableViewCellStyle | |
cellIdentifier | NSString | |
tableViewCellAccessory | UITableViewCellAccessory | |
return | System |
public MvxStandardTableViewCell ( |
||
handle | ||
return | System |
public MvxStandardTableViewCell ( string bindingText, |
||
bindingText | string | |
handle | ||
return | System |
public MvxStandardTableViewCell ( string bindingText, UITableViewCellStyle cellStyle, NSString cellIdentifier, UITableViewCellAccessory tableViewCellAccessory = UITableViewCellAccessory.None ) : System | ||
bindingText | string | |
cellStyle | UITableViewCellStyle | |
cellIdentifier | NSString | |
tableViewCellAccessory | UITableViewCellAccessory | |
return | System |
public SetSelected ( bool selected, bool animated ) : void | ||
selected | bool | |
animated | bool | |
return | void |