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