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

LayoutGroup.AddRange(BaseLayoutItem[]) Method

Adds the specified array of items to the group.

Namespace: DevExpress.Xpf.Docking

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Docking, DevExpress.Wpf.Navigation

Declaration

public void AddRange(
    BaseLayoutItem[] items
)

Parameters

Name Type Description
items BaseLayoutItem[]

An array of items to be added to the group.

See Also