BreadCrumbNode Constructors
A node within a BreadCrumbEdit control.| Name | Parameters | Description |
|---|---|---|
| BreadCrumbNode() | none | Initializes a new instance of the BreadCrumbNode class with the default settings. |
| BreadCrumbNode(String, Object, Boolean) | caption, value, populateOnDemand | Initializes a new instance of the BreadCrumbNode class with the specified settings. |
| BreadCrumbNode(String, Object) | caption, value | Initializes a new instance of the BreadCrumbNode class with the specified settings. |
| BreadCrumbNode(String) | caption | Initializes a new instance of the BreadCrumbNode class with the specified settings. |
See Also