C# Class EventApp.Controls.Cells.DetailTableViewCell

Inheritance: UITableViewCell
Mostrar archivo Open project: BobStolk/EventApp Class Usage Examples

Public Properties

Property Type Description
CellDetailView UIView

Public Methods

Method Description
DetailTableViewCell ( SizeF size, UITableViewCellStyle style, string reuseIdentifier ) : System
UpdateHeight ( ) : void

Method Details

DetailTableViewCell() public method

public DetailTableViewCell ( SizeF size, UITableViewCellStyle style, string reuseIdentifier ) : System
size System.Drawing.SizeF
style UITableViewCellStyle
reuseIdentifier string
return System

UpdateHeight() public method

public UpdateHeight ( ) : void
return void

Property Details

CellDetailView public_oe property

public UIView CellDetailView
return UIView