C# Class EventApp.Controls.Cells.ScheduleListCell

Inheritance: UITableViewCell
Show file Open project: BobStolk/EventApp Class Usage Examples

Public Properties

Property Type Description
ListItemView UIView
ListLabel UILabel

Public Methods

Method Description
ScheduleListCell ( string reuseIdentifier, SizeF size ) : System

Method Details

ScheduleListCell() public method

public ScheduleListCell ( string reuseIdentifier, SizeF size ) : System
reuseIdentifier string
size System.Drawing.SizeF
return System

Property Details

ListItemView public property

public UIView ListItemView
return UIView

ListLabel public property

public UILabel ListLabel
return UILabel