ComboBoxCellIHandlerDataStore Property |
Gets or sets the data store of the items in the combo box for this cell.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax IEnumerable<Object> DataStore { get; set; }
Property DataStore As IEnumerable(Of Object)
Get
Set
abstract DataStore : IEnumerable<Object> with get, set
Property Value
Type:
IEnumerableObjectThe source data store for the items in the combo box.
See Also