Back to Devexpress

BreadCrumbNode Properties

windowsforms-devexpress-dot-xtraeditors-dot-breadcrumbnode-dot-underscore-properties.md

latest3.9 KB
Original Source

BreadCrumbNode Properties

A node within a BreadCrumbEdit control.

NameDescription
CaptionGets or sets this BreadCrumbNode‘s caption.
ChildNodesGets the child nodes collection for this BreadCrumbNode.
DepthThis member supports the internal infrastructure, and is not intended to be used directly from your code.
ImageGets or sets the BreadCrumbNode image.
ImageIndexGets or sets the index of an image from the RepositoryItemBreadCrumbEdit.Images collection that should be used as this ImageIndex glyph.
IndexGets this BreadCrumbNode‘s position within its parent node collection.
IsTopNodeGets whether this node is a top-level node.
NextNodeGets the BreadCrumbNode that follows this BreadCrumbNode in its parent node collection.
ParentGets this BreadCrumbNode‘s parent BreadCrumbNode.
PathGets this BreadCrumbNode‘s path.
PersistentGets or sets whether this BreadCrumbNode is constantly visible at runtime.
PopulateOnDemandGets or sets whether this BreadCrumbNode can raise the RepositoryItemBreadCrumbEdit.QueryChildNodes event.
PrevNodeGets a BreadCrumbNode that precedes this BreadCrumbNode in its node collection.
PropertiesProvides access to the main BreadCrumbNode settings.
ShowCaptionGets or sets whether this BreadCrumbNode‘s caption is visible.
TagGets or sets the tag associated with this BreadCrumbNode.
ValueGets or sets this BreadCrumbNode‘s value.

See Also

BreadCrumbNode Class

BreadCrumbNode Members

DevExpress.XtraEditors Namespace