Skip to main content
A newer version of this page is available. .

UniqueItemCollection<T> Class

OBSOLETE

The UniqueItemCollection class in now obsolete. Use the NotifyingCollection class instead.

For internal use.

Namespace: DevExpress.DataAccess

Assembly: DevExpress.Dashboard.v18.2.Core.dll

Declaration

[Obsolete("The UniqueItemCollection class in now obsolete. Use the NotifyingCollection class instead.")]
public class UniqueItemCollection<T> :
    NotifyingCollection<T>
    where T : class

Type Parameters

Name
T

Inheritance

Object
Collection<T>
NotifyingCollection<T>
UniqueItemCollection<T>
See Also