Click or drag to resize

CollectionEditor Class

Control to edit a collection of objects
Inheritance Hierarchy

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public class CollectionEditor : Control

The CollectionEditor type exposes the following members.

Constructors
  NameDescription
Public methodCollectionEditor
Initializes a new instance of the CollectionEditor class
Top
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
Remarks
This control allows the user to edit the specified DataStore by adding and removing entries of ElementType.
See Also