Click or drag to resize

DataStoreCollectionT Class

Inheritance Hierarchy
SystemObject
  System.Collections.ObjectModelCollectionT
    System.Collections.ObjectModelObservableCollectionT
      EtoExtendedObservableCollectionT
        Eto.FormsDataStoreCollectionT
          Eto.FormsTreeGridItemCollection
          Eto.FormsTreeItemCollection

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public class DataStoreCollection<T> : ExtendedObservableCollection<T>

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:Eto.Forms.DataStoreCollection`1"]

Constructors
  NameDescription
Public methodDataStoreCollectionT
Initializes a new instance of the DataStoreCollectionT class.
Public methodDataStoreCollectionT(IEnumerableT)
Initializes a new instance of the DataStoreCollectionT class with the specified items.
Top
See Also