Click or drag to resize

PropertyCellTypeBinding Property

Gets or sets the binding to get the type for the

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

Property Value

Type: IIndirectBindingObject
The type binding.
See Also