DXCollectionBase<T>.ToArray() Method
Copies the DXCollectionBase<T> elements to a new array.
Namespace: DevExpress.Utils
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
Returns
Type | Description |
---|---|
T[] | An array containing the DXCollectionBase<T> elements. |
See Also