HierarchicalItemCollectionBase<T>.AddRange(IHierarchicalItem[]) Method
Adds a collection of items to the end of the collection.
Namespace: DevExpress.XtraTreeMap
Assembly: DevExpress.XtraTreeMap.v24.1.dll
NuGet Package: DevExpress.TreeMap
Declaration
Parameters
Name | Type | Description |
---|---|---|
items | IHierarchicalItem[] | An array of items to append to the collection. |
Remarks
Objects are appended to the collection in the same order that they have in the added collection.
See Also