UniqueItemCollection<T> Class
In This Article
OBSOLETE
The Unique
For internal use.
Namespace: DevExpress.DataAccess
Assembly: DevExpress.Dashboard.v24.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