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; }
Public Property Binding As IIndirectBinding(Of T)
Get
Set
member Binding : IIndirectBinding<'T> with get, set
Property Value
Type:
IIndirectBindingTThe cell's binding.
See Also