Skip to main content
A newer version of this page is available. .

RepositoryItemBreadCrumbEdit.Nodes Property

Provides access to all nodes owned by this BreadCrumbEdit control.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v19.1.dll

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