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