Skip to main content

LayoutGroup.Add(BaseLayoutItem[]) Method

Adds multiple BaseLayoutItems as children to the current LayoutGroup.

Namespace: DevExpress.Xpf.Docking

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

NuGet Package: DevExpress.Wpf.Docking

Declaration

public void Add(
    params BaseLayoutItem[] items
)

Parameters

Name Type Description
items BaseLayoutItem[]

BaseLayoutItems to be added to the current LayoutGroup.

See Also