Click or drag to resize

PropertyCellTypeDropDownItemsBinding Property

Gets or sets the binding to get the items for the drop down.

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

Property Value

Type: IndirectBindingIEnumerableObject
The items binding.
Remarks
If all rows have the same items, you can use a delegate binding to return a single instance of an items enumeration.
See Also