Skip to main content

LayoutGroup.Add(BaseLayoutItem) Method

Adds the specified item as a child to the current group.

Namespace: DevExpress.Xpf.Docking

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

NuGet Package: DevExpress.Wpf.Docking

Declaration

public void Add(
    BaseLayoutItem item
)

Parameters

Name Type Description
item BaseLayoutItem

A BaseLayoutItem object to be added to the group.

See Also