Click or drag to resize

CollectionEditorIHandler Interface

Handler for the CollectionEditor.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public interface IHandler : ControlIHandler, 
	WidgetIHandler

The CollectionEditorIHandler type exposes the following members.

Properties
  NameDescription
Public propertyDataStore
Data store of the items to edit
Public propertyElementType
Gets or sets the type of element to create when adding new elements to the data store
Top
See Also