Wrapper collection -> converts tree hierarchy of viewmodels to flat list It creates own copy of collection to solve synchronization of notifycollection events.

Namespace: Ico.WPF.Specialized.DataGridControl.Collections
Assembly: IcoWPFSpecialized (in IcoWPFSpecialized.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public class GridItemsCollection : ObservableCollection<Object>, 
	IList, ICollection, IEnumerable, IList<Object>, 
	ICollection<Object>, IEnumerable<Object>, INotifyCollectionChanged
Visual Basic
Public Class GridItemsCollection _
	Inherits ObservableCollection(Of Object) _
	Implements IList, ICollection, IEnumerable, IList(Of Object),  _
	ICollection(Of Object), IEnumerable(Of Object), INotifyCollectionChanged
JScript
public class GridItemsCollection extends ObservableCollection<Object> implements IList, ICollection, IEnumerable, IList<Object>, ICollection<Object>, IEnumerable<Object>, INotifyCollectionChanged

Inheritance Hierarchy

System..::..Object
  System.Collections.ObjectModel..::..Collection<(Of <(<'Object>)>)>
    System.Collections.ObjectModel..::..ObservableCollection<(Of <(<'Object>)>)>
      Ico.WPF.Specialized.DataGridControl.Collections..::..GridItemsCollection

See Also