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

BreadCrumbNodeCollection Class

A BreadCrumbNodes collection.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v20.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[ListBindable(false)]
public class BreadCrumbNodeCollection :
    CollectionBase,
    IEnumerable<BreadCrumbNode>,
    IEnumerable

The following members return BreadCrumbNodeCollection objects:

Remarks

The BreadCrumbNodeCollection object, assigned to the RepositoryItemBreadCrumbEdit.Nodes collection, provides zero-based indexed access to this BreadCrumbEdit‘s nodes. See the Breadcrumb Edit Control topic for details.

Inheritance

Object
CollectionBase
BreadCrumbNodeCollection
See Also