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

LayoutGroup.Add(BaseLayoutItem[]) Method

Adds multiple BaseLayoutItems as children to the current LayoutGroup.

Namespace: DevExpress.Xpf.Docking

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

Declaration

public void Add(
    params BaseLayoutItem[] items
)

Parameters

Name Type Description
items BaseLayoutItem[]

BaseLayoutItems to be added to the current LayoutGroup.

See Also