Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public class DXCollection<T> :
    DXCollectionBase<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 90 items
Object
DXCollectionBase<T>
DXCollection<T>
See Also