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

FloatElementCell() public method

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