Skip to main content

FloatGroupCollection.AddRange(FloatGroup[]) Method

Adds an array of FloatGroup 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(
    FloatGroup[] items
)

Parameters

Name Type Description
items FloatGroup[]

An array of FloatGroup objects to be added to the collection.

See Also