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