DXCollection<T> Class
In This Article
Represents the universal collection, which may be used as a base class for other collection classes.
Namespace: DevExpress.Utils
Assembly: DevExpress.Data.v24.2.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
Show 91 items
Object
DXCollectionBase<T>
DXCollection<T>
See Also