Click or drag to resize

ThemedCollectionEditor Class

Implementation of the CollectionEditor using a GridView and PropertyGrid.
Inheritance Hierarchy

Namespace:  Eto.Forms.ThemedControls
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public class ThemedCollectionEditor : Panel

The ThemedCollectionEditor type exposes the following members.

Constructors
  NameDescription
Public methodThemedCollectionEditor
Initializes a new instance of the ThemedCollectionEditor
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
Public propertyExtraContent
Gets or sets a control for extra content in this control. This appears below the property grid in the same line as the add/remove buttons.
Top
See Also