BreadCrumbNodeCollection Class
A BreadCrumbNode collection.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[ListBindable(false)]
public class BreadCrumbNodeCollection :
CollectionBase,
IEnumerable<BreadCrumbNode>,
IEnumerable
Related API Members
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