Back to Devexpress

DataItemContainerCollection<TContainer> Class

dashboard-devexpress-dot-dashboardcommon-dot-dataitemcontainercollection-1.md

latest2.3 KB
Original Source

DataItemContainerCollection<TContainer> Class

A collection of DataItemContainer descendants.

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public class DataItemContainerCollection<TContainer> :
    NotifyingCollection<TContainer>,
    IDataItemHolderCollection<TContainer>,
    IEnumerable<TContainer>,
    IEnumerable
    where TContainer : DataItemContainer
vb
Public Class DataItemContainerCollection(Of TContainer As DataItemContainer)
    Inherits NotifyingCollection(Of TContainer)
    Implements IDataItemHolderCollection(Of TContainer),
               IEnumerable(Of TContainer),
               IEnumerable

Type Parameters

Name
TContainer

Inheritance

Show 11 items

Object Collection<TContainer> NotifyingCollection<TContainer> DataItemContainerCollection<TContainer> CardCollection

ChartSeriesCollectionBase<TSeries>

ChoroplethMapCollection

GaugeCollection

GridColumnCollection

ChartSeriesCollection

RangeFilterSeriesCollection

See Also

DataItemContainerCollection<TContainer> Members

DevExpress.DashboardCommon Namespace