Skip to main content

BreadCrumbNodeCollection.AddRange(IEnumerable) Method

Adds multiple nodes to this BreadCrumbNodeCollection.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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