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