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

AutoHideGroupCollection.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 AutoHideGroup[] ToArray()

Returns

Type Description
AutoHideGroup[]

An array of AutoHideGroup objects.

See Also