BreadCrumbNode.GetChild(String, String) Method
In This Article
Returns a BreadCrumbNode that is the child of this BreadCrumbNode and is located at the specific path.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public BreadCrumbNode GetChild(
string path,
string fullPath
)
#Parameters
Name | Type | Description |
---|---|---|
path | String | A String value that specifies the path to the target child node, starting from this Bread |
full |
String | A String value that specifies the path to the target child node, starting from the root node. |
#Returns
Type | Description |
---|---|
Bread |
A Bread |
See Also