Skip to main content
A newer version of this page is available. .

NotifyingCollection<T>.ToArray() Method

Returns the elements of the NotifyingCollection<T> collection as an array.

Namespace: DevExpress.DataAccess

Assembly: DevExpress.Dashboard.v20.2.Core.dll

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

Declaration

public T[] ToArray()

Returns

Type Description
T[]

An array containing the elements of the NotifyingCollection<T> collection.

See Also