Click or drag to resize

PropertyCellTypeTItemBinding Property

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

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

Property Value

Type: IndirectBindingT
The item binding.
See Also