Skip to main content
A newer version of this page is available. .

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

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 81 items
Object
DXCollectionBase<T>
DXCollection<T>
See Also