Click or drag to resize

ThemedCollectionEditorHandler Class

Handler for the CollectionEditor control.
Inheritance Hierarchy
SystemObject
  EtoWidgetHandlerCollectionEditor
    EtoWidgetHandlerThemedCollectionEditor, CollectionEditor
      EtoWidgetHandlerThemedCollectionEditor, CollectionEditor, ControlICallback
        Eto.FormsThemedControlHandlerThemedCollectionEditor, CollectionEditor, ControlICallback
          Eto.Forms.ThemedControlsThemedCollectionEditorHandler

Namespace:  Eto.Forms.ThemedControls
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public class ThemedCollectionEditorHandler : ThemedControlHandler<ThemedCollectionEditor, CollectionEditor, ControlICallback>, 
	CollectionEditorIHandler, ControlIHandler, WidgetIHandler

The ThemedCollectionEditorHandler type exposes the following members.

Constructors
  NameDescription
Public methodThemedCollectionEditorHandler
Initializes a new instance of the ThemedCollectionEditorHandler 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
Methods
See Also