Back to Devexpress

DXCollection<T> Class

corelibraries-devexpress-dot-utils-dot-dxcollection-1.md

latest9.1 KB
Original Source

DXCollection<T> Class

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

Declaration

csharp
public class DXCollection<T> :
    DXCollectionBase<T>
vb
Public Class DXCollection(Of T)
    Inherits DXCollectionBase(Of T)

Type Parameters

Name
T

Remarks

This class introduces the DXCollection<T>.Item property, in addition to the properties and methods derived from the DXCollectionBase<T> class.

Inheritance

Show 87 items

Object DXCollectionBase<T> DXCollection<T> HolidayBaseCollection

NotificationCollection<T>

AppointmentImageInfoCoreCollection<TAppointmentImageInfo>

TimeOfDayIntervalCollection

UserInterfaceObjectCollection<T>

ResourceCollection

ResourceCustomFieldMappingCollection

ResourceIdCollection

DoubleCollection

HeatmapRangeStopCollection

AppointmentBaseCollection

ResourceBaseCollection

AppointmentCustomFieldMappingCollection

AppointmentDependencyBaseCollection

TimeIntervalCollection

TimeIntervalCollectionEx

SankeyTitleCollection

AppointmentDependencyCollection

AppointmentDependencyCustomFieldMappingCollection

iCalendarPropertyCollection

KeyCollection

FixedDurationIntervalCollection

WeekIntervalCollection

WorkDaysCollection

ColorizerKeyCollection

DoubleCollection

GenericColorizerItemCollection<T>

HeatmapPointCollection

InnerBoundaryCollection

LayerCollection

LegendCollection

MapItemAttributeCollection

MapItemAttributeMappingCollection

MapItemCollection

MapLegendItemCollection

OwnedCollection<T>

SqlGeometryItemCollection

AppointmentLabelCollection

AppointmentStatusCollection

MoreButtonCollection

ReportViewCollection

SchedulerColorSchemaCollection

DoubleCollection

ElementNotificationCollection<T>

GroupDataMemberCollection

HierarchicalItemCollectionBase<T>

TitleCollection

TreeMapItemCollection

TreeMapNotificationCollection<T>

AppointmentCollection

AppointmentResourceIdCollection

CustomFieldMappingCollectionBase<T>

DayIntervalCollection

MappingCollection

MonthIntervalCollection

ReminderCollection

TimeRulerCollection

TimeScaleCollection

TimeSlotCollection

AppointmentLabelCollection

AppointmentStatusCollection

ASPxAppointmentCustomFieldMappingCollection

ASPxResourceCustomFieldMappingCollection

ColorCollection

CoordPointCollection

MapItemPropertyMappingCollection

MapOverlayCollection

MapOverlayItemCollection

MapPathSegmentCollection

MapSegmentCollectionBase<T>

MiniMapLayerCollection

PieSegmentCollection

SelectedItemCollection

AppointmentImageInfoCollection

LegendCollection

Palette

SunburstItemCollection

DxSchedulerResourceIdCollection

MVCxAppointmentCustomFieldMappingCollection

MVCxTimeRulerCollection

PaletteColorCollection

RangeStopCollection

BootstrapAppointmentLabelCollection

BootstrapAppointmentStatusCollection

See Also

DXCollection<T> Members

Item[Int32]

DevExpress.Utils Namespace