LayoutControlGroup.AddRange(BaseLayoutItem[]) Method
In This Article
Adds an array of layout items to the current group.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public void AddRange(
BaseLayoutItem[] items
)
#Parameters
Name | Type | Description |
---|---|---|
items | Base |
An array of Base |
See Also