BootstrapTreeViewNodeCollection.AddRange(IEnumerable<BootstrapTreeViewNode>) Method
Appends an array of nodes fields to the collection.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
items | IEnumerable<BootstrapTreeViewNode> | An array of BootstrapTreeViewNode objects to append to the collection. |
Remarks
Objects are added to the end of the collection in the same order they have in the array.
See Also