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