Click or drag to resize

SingleValueCellTBinding Property

Gets or sets the binding to get/set the value of the cell.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public IIndirectBinding<T> Binding { get; set; }

Property Value

Type: IIndirectBindingT
The cell's binding.
See Also