A newer version of this page is available.
Switch to the current version.
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>
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
See Also
Feedback