MonoTouch.Dialog.EntryElementCell.EntryElementCell C# (CSharp) Method

EntryElementCell() public method

public EntryElementCell ( ) : System
return System
		public EntryElementCell():base(UITableViewCellStyle.Default, KEY){
			SelectionStyle = UITableViewCellSelectionStyle.None;
				
		}

Same methods

EntryElementCell::EntryElementCell ( string key ) : System