Click or drag to resize

TextBoxCell Class

Cell for a text box in a Grid.
Inheritance Hierarchy
SystemObject
  EtoWidget
    Eto.FormsCell
      Eto.FormsSingleValueCellString
        Eto.FormsTextBoxCell

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public class TextBoxCell : SingleValueCell<string>

The TextBoxCell type exposes the following members.

Constructors
  NameDescription
Public methodTextBoxCell
Initializes a new instance of the TextBoxCell class.
Public methodTextBoxCell(Int32)
Initializes a new instance of the TextBoxCell class binding to the specified column.
Public methodTextBoxCell(String)
Initializes a new instance of the TextBoxCell class binding the text value to the specified property of the data store.
Top
Properties
  NameDescription
Public propertyAutoSelectMode
Gets or sets the auto selection mode.
Public propertyTextAlignment
Gets or sets the horizontal alignment of the text within the cell.
Public propertyVerticalAlignment
Gets or sets the vertical alignment of the text within the cell.
Top
See Also