| TextBoxCell Constructor (String) | 
 
            Initializes a new instance of the 
TextBoxCell class binding the text value to the specified 
property of the data store.
            
 
    Namespace: 
   Eto.Forms
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
 Syntax
Syntaxpublic TextBoxCell(
	string property
)
Public Sub New ( 
	property As String
)
new : 
        property : string -> TextBoxCellParameters
- property
- Type: SystemString
 Name of the property to bind to in the data store.
 See Also
See Also