Skip to main content

UniqueItemCollection<T> Class

OBSOLETE

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

For internal use.

Namespace: DevExpress.DataAccess

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

NuGet Package: DevExpress.Dashboard.Core

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