NotifyingCollection<T>.ToArray() Method
Returns the elements of the NotifyingCollection<T> collection as an array.
Namespace: DevExpress.DataAccess
Assembly: DevExpress.Dashboard.v25.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Returns
| Type | Description |
|---|---|
| T[] | An array containing the elements of the NotifyingCollection<T> collection. |
See Also