DataItemContainerCollection<TContainer> Class
In This Article
A collection of DataItemContainer descendants.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.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