Property | Type | Description | |
---|---|---|---|
Rows | int | ||
Value | string |
Method | Description | |
---|---|---|
GetCell ( UITableView tv ) : UITableViewCell | ||
GetHeight ( UITableView tableView, NSIndexPath indexPath ) : float | ||
MultiLineEntrySubTextItem ( string caption, string value, bool bottomItem ) : System |
Constructs an EntryElement with the given caption, placeholder and initial value.
|
|
Summary ( ) : string |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
ComputeEntryPosition ( UITableView tv, UITableViewCell cell ) : |
public GetCell ( UITableView tv ) : UITableViewCell | ||
tv | UITableView | |
return | UITableViewCell |
public GetHeight ( UITableView tableView, NSIndexPath indexPath ) : float | ||
tableView | UITableView | |
indexPath | NSIndexPath | |
return | float |
public MultiLineEntrySubTextItem ( string caption, string value, bool bottomItem ) : System | ||
caption | string | /// The caption to use /// |
value | string | /// Initial value. /// |
bottomItem | bool | |
return | System |