UniqueItemCollection<T> Class
Obsolete. For internal use.
Namespace: DevExpress.DataAccess
Assembly: DevExpress.Dashboard.v19.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
<Obsolete("The UniqueItemCollection class in now obsolete. Use the NotifyingCollection class instead.")>
Public Class UniqueItemCollection(Of T As Class)
Inherits NotifyingCollection(Of T)
Type Parameters
See Also