MobileForms Toolkit Documentation

SmartGrid.EditingTextBox Property

Gets the editing TextBox control that SmartGrid uses internally to edit those cells, that belong to the column that has CellEdit property set to CellEditType.TextBox.

public System.Windows.Forms.TextBox EditingTextBox {get;}

Remarks

Note that there is always only one istance of a TextBox control in SmartGrid that is shared among all the TextBox-editable columns.

See Also

SmartGrid Class | Resco.Controls.SmartGrid Namespace