Skip to main content

AutoHideGroupCollection.ToArray() Method

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

Namespace: DevExpress.Xpf.Docking

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

NuGet Package: DevExpress.Wpf.Docking

Declaration

public AutoHideGroup[] ToArray()

Returns

Type Description
AutoHideGroup[]

An array of AutoHideGroup objects.

See Also