Skip to main content

LayoutGroup.AddRange(BaseLayoutItem[]) Method

Adds the specified array of items to the group.

Namespace: DevExpress.Xpf.Docking

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

NuGet Package: DevExpress.Wpf.Docking

Declaration

public void AddRange(
    BaseLayoutItem[] items
)

Parameters

Name Type Description
items BaseLayoutItem[]

An array of items to be added to the group.

See Also