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

AutoHideGroupCollection.AddRange(AutoHideGroup[]) Method

Adds an array of AutoHideGroup objects to the current collection.

Namespace: DevExpress.Xpf.Docking

Assembly: DevExpress.Xpf.Docking.v19.1.dll

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