Click or drag to resize

PropertyCellTypeEnumItemTypeBinding Property

Gets or sets the item binding to get/set the type of the numeric value

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

Property Value

Type: IndirectBindingType
The item type binding.
Remarks
Use this to specify what enum type should be used to create the EnumDropDown. Otherwise, the type of the current value will be used. This is only needed when the value can be null.
See Also