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

NamedItemCollection<T> Class

A collection that contains unique named items.

Namespace: DevExpress.DataAccess

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

Declaration

public abstract class NamedItemCollection<T> :
    NotifyingCollection<T>
    where T : class

Type Parameters

Name
T
See Also