EntryCellView public sealed class EntryCellView : LinearLayout, ITextWatcher, INoCopySpan, IJavaObject, IDisposable, IOnFocusChangeListener, IOnEditorActionListener, INativeElementView Documentation public const double DefaultMinHeight = 55 public Action EditingCompleted { get; set; } public EntryCellEditText EditText { get; } public Element Element { get; } public Action<bool> FocusChanged { get; set; } public string LabelText { get; set; } public Action<string> TextChanged { get; set; } public EntryCellView(Context context, Cell cell) public void SetLabelTextColor(Color color, int defaultColorResourceId) public void SetRenderHeight(double height)