corelibraries-devexpress-dot-utils-dot-dxcollection-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
public class DXCollection<T> :
DXCollectionBase<T>
Public Class DXCollection(Of T)
Inherits DXCollectionBase(Of T)
| Name |
|---|
| T |
This class introduces the DXCollection<T>.Item property, in addition to the properties and methods derived from the DXCollectionBase<T> class.
Show 87 items
Object DXCollectionBase<T> DXCollection<T> HolidayBaseCollection
AppointmentImageInfoCoreCollection<TAppointmentImageInfo>
UserInterfaceObjectCollection<T>
ResourceCustomFieldMappingCollection
AppointmentCustomFieldMappingCollection
AppointmentDependencyBaseCollection
AppointmentDependencyCollection
AppointmentDependencyCustomFieldMappingCollection
FixedDurationIntervalCollection
GenericColorizerItemCollection<T>
MapItemAttributeMappingCollection
SchedulerColorSchemaCollection
ElementNotificationCollection<T>
HierarchicalItemCollectionBase<T>
TreeMapNotificationCollection<T>
AppointmentResourceIdCollection
CustomFieldMappingCollectionBase<T>
ASPxAppointmentCustomFieldMappingCollection
ASPxResourceCustomFieldMappingCollection
MapItemPropertyMappingCollection
AppointmentImageInfoCollection
DxSchedulerResourceIdCollection
MVCxAppointmentCustomFieldMappingCollection
BootstrapAppointmentLabelCollection
BootstrapAppointmentStatusCollection
See Also