RepositoryItemBreadCrumbEdit.Nodes Property
In This Article
Provides access to all nodes owned by this BreadCrumbEdit control.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[DXCategory("Data")]
public virtual BreadCrumbNodeCollection Nodes { get; }
#Property Value
Type | Description |
---|---|
Bread |
A Bread |
#Remarks
See the Breadcrumb Edit Control to learn how to create, customize and populate BreadCrumbNodes.
See Also