| ImageTextCellTextBinding Property  | 
 
            Gets or sets the binding of the text to display for the cell.
            
 
    Namespace: 
   Eto.Forms
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
 Syntax
Syntaxpublic IIndirectBinding<string> TextBinding { get; set; }Public Property TextBinding As IIndirectBinding(Of String)
	Get
	Set
member TextBinding : IIndirectBinding<string> with get, set
Property Value
Type: 
IIndirectBindingStringThe text binding.
 See Also
See Also