Skip to main content

AutoHideGroupCollection.AddRange(AutoHideGroup[]) Method

Adds an array of AutoHideGroup objects to the current collection.

Namespace: DevExpress.Xpf.Docking

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

NuGet Package: DevExpress.Wpf.Docking

Declaration

public void AddRange(
    AutoHideGroup[] items
)

Parameters

Name Type Description
items AutoHideGroup[]

An array of AutoHideGroup objects to be added to the current collection.

See Also