Skip to main content
A newer version of this page is available. .

BreadCrumbNodeCollection.AddRange(IEnumerable) Method

Adds multiple nodes to this BreadCrumbNodeCollection.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

public virtual void AddRange(
    IEnumerable nodes
)

Parameters

Name Type Description
nodes IEnumerable

An IEnumerable that stores BreadCrumbNode objects to be added to this BreadCrumbNodeCollection.

See Also