BreadCrumbNodeCollection.AddRange(IEnumerable) Method
Adds multiple nodes to this BreadCrumbNodeCollection.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v25.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| nodes | IEnumerable | An IEnumerable that stores BreadCrumbNode objects to be added to this BreadCrumbNodeCollection. |
See Also