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

ClosedPanelCollection.ToArray() Method

Returns the elements of the current collection as an array object.

Namespace: DevExpress.Xpf.Docking

Assembly: DevExpress.Xpf.Docking.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Docking, DevExpress.Wpf.Navigation

Declaration

public LayoutPanel[] ToArray()

Returns

Type Description
LayoutPanel[]

An array of LayoutPanel objects.

See Also