Back to Devexpress

BreadCrumbNodeCollection Class

windowsforms-devexpress-dot-xtraeditors-6a6aa0c9.md

latest2.1 KB
Original Source

BreadCrumbNodeCollection Class

A BreadCrumbNode collection.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[ListBindable(false)]
public class BreadCrumbNodeCollection :
    CollectionBase,
    IEnumerable<BreadCrumbNode>,
    IEnumerable
vb
<ListBindable(False)>
Public Class BreadCrumbNodeCollection
    Inherits CollectionBase
    Implements IEnumerable(Of 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

BreadCrumbNodeCollection Members

Breadcrumb Edit Control

DevExpress.XtraEditors Namespace