Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

BreadCrumbNode Properties

A node within a BreadCrumbEdit control.
Name Description
Caption Gets or sets this BreadCrumbNode‘s caption.
ChildNodes Gets the child nodes collection for this BreadCrumbNode.
Depth This member supports the internal infrastructure, and is not intended to be used directly from your code.
Image Gets or sets the BreadCrumbNode image.
ImageIndex Gets or sets the index of an image from the RepositoryItemBreadCrumbEdit.Images collection that should be used as this ImageIndex glyph.
Index Gets this BreadCrumbNode‘s position within its parent node collection.
IsTopNode Gets whether this node is a top-level node.
NextNode Gets the BreadCrumbNode that follows this BreadCrumbNode in its parent node collection.
Parent Gets this BreadCrumbNode‘s parent BreadCrumbNode.
Path Gets this BreadCrumbNode‘s path.
Persistent Gets or sets whether this BreadCrumbNode is constantly visible at runtime.
PopulateOnDemand Gets or sets whether this BreadCrumbNode can raise the RepositoryItemBreadCrumbEdit.QueryChildNodes event.
PrevNode Gets a BreadCrumbNode that precedes this BreadCrumbNode in its node collection.
Properties Provides access to the main BreadCrumbNode settings.
ShowCaption Gets or sets whether this BreadCrumbNode‘s caption is visible.
Tag Gets or sets the tag associated with this BreadCrumbNode.
Value Gets or sets this BreadCrumbNode‘s value.
See Also