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