BreadCrumbNode.ChildNodes Property
Gets the child nodes collection for this BreadCrumbNode.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[Browsable(false)]
public BreadCrumbNodeCollection ChildNodes { get; }
#Property Value
Type | Description |
---|---|
Bread |
A Bread |
#Remarks
A BreadCrumbNodeCollection, assigned to the ChildNodes property, provides zero-based indexed access to BreadCrumbNode that serve as child nodes for this BreadCrumbNode. You can populate this collection both at design-time and dynamically at runtime. To populate the ChildNodes collection at runtime, handle the RepositoryItemBreadCrumbEdit.QueryChildNodes event. See the Breadcrumb Edit Control topic to learn more.