Skip to main content

LayoutControlGroup.AddRange(BaseLayoutItem[]) Method

Adds an array of layout items to the current group.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v23.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