DataItemContainerCollection<TContainer> Class
A collection of DataItemContainer descendants.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
public class DataItemContainerCollection<TContainer> :
NotifyingCollection<TContainer>,
IDataItemHolderCollection<TContainer>,
IEnumerable<TContainer>,
IEnumerable
where TContainer : DataItemContainer
Type Parameters
Name |
---|
TContainer |
Inheritance
Object
Collection<TContainer>
NotifyingCollection<TContainer>
DataItemContainerCollection<TContainer>
See Also