windowsforms-devexpress-dot-xtraeditors-6a6aa0c9.md
A BreadCrumbNode collection.
Namespace : DevExpress.XtraEditors
Assembly : DevExpress.XtraEditors.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
[ListBindable(false)]
public class BreadCrumbNodeCollection :
CollectionBase,
IEnumerable<BreadCrumbNode>,
IEnumerable
<ListBindable(False)>
Public Class BreadCrumbNodeCollection
Inherits CollectionBase
Implements IEnumerable(Of BreadCrumbNode),
IEnumerable
The following members return BreadCrumbNodeCollection objects:
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.
Object CollectionBase BreadCrumbNodeCollection
See Also