Click or drag to resize

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
public IIndirectBinding<string> TextBinding { get; set; }

Property Value

Type: IIndirectBindingString
The text binding.
See Also