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

LayoutControlGroup.AddRange(BaseLayoutItem[]) Method

Adds an array of layout items to the current group.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v20.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public void AddRange(
    BaseLayoutItem[] items
)

Parameters

Name Type Description
items BaseLayoutItem[]

An array of BaseLayoutItem objects.

See Also