Skip to main content

RepositoryItemBreadCrumbEdit.Nodes Property

Provides access to all nodes owned by this BreadCrumbEdit control.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DXCategory("Data")]
public virtual BreadCrumbNodeCollection Nodes { get; }

Property Value

Type Description
BreadCrumbNodeCollection

A BreadCrumbNodeCollection that stores nodes owned by this BreadCrumbEdit control.

Remarks

See the Breadcrumb Edit Control to learn how to create, customize and populate BreadCrumbNodes.

See Also