Skip to main content

BreadCrumbNodeCollection Class

A BreadCrumbNode collection.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.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