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.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
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
Object
DXCollectionBase<T>
DXCollection<T>
See Also