corelibraries-devexpress-dot-utils-dot-dxcollectionbase-1.md
Represents the universal collection, which may be used as a base class for other collection classes.
Namespace : DevExpress.Utils
Assembly : DevExpress.Data.v25.2.dll
NuGet Package : DevExpress.Data
[ComVisible(false)]
public class DXCollectionBase<T> :
IList<T>,
ICollection<T>,
IEnumerable<T>,
IEnumerable,
IList,
ICollection
<ComVisible(False)>
Public Class DXCollectionBase(Of T)
Implements IList(Of T),
ICollection(Of T),
IEnumerable(Of T),
IEnumerable,
IList,
ICollection
| Name |
|---|
| T |
The DXCollectionBase<T> class introduces a lot of useful properties and methods, implementing most common collection interfaces (e.g. IList, ICollection, etc.).
Show 95 items
Object DXCollectionBase<T> DXCollection<T>
UserInterfaceObjectCollection<T>
ResourceCustomFieldMappingCollection
AppointmentCustomFieldMappingCollection
AppointmentDependencyBaseCollection
AppointmentDependencyCollection
AppointmentDependencyCustomFieldMappingCollection
FixedDurationIntervalCollection
GenericColorizerItemCollection<T>
MapItemAttributeMappingCollection
SchedulerColorSchemaCollection
HierarchicalItemCollectionBase<T>
TreeMapNotificationCollection<T>
AppointmentResourceIdCollection
CustomFieldMappingCollectionBase<T>
AppointmentImageInfoCoreCollection<TAppointmentImageInfo>
ASPxAppointmentCustomFieldMappingCollection
ASPxResourceCustomFieldMappingCollection
FormatRuleCollection<T, TColumnType>
MapItemPropertyMappingCollection
AppointmentImageInfoCollection
ElementNotificationCollection<T>
DxSchedulerResourceIdCollection
MVCxAppointmentCustomFieldMappingCollection
BootstrapAppointmentLabelCollection
BootstrapAppointmentStatusCollection
FilterBuilderOperatorCollection
See Also