BreadCrumbNodeCollection.FindNode(String, Boolean) Method
Returns the BreadCrumbNode with a specific value, if such a node exists within this BreadCrumbNodeCollection, or within any BreadCrumbNode.ChildNodes collection of BreadCrumbNodeCollection collection’s items.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public virtual BreadCrumbNode FindNode(
string value,
bool recursive
)
#Parameters
Name | Type | Description |
---|---|---|
value | String | A String value that is the searched node’s Bread |
recursive | Boolean | true if the method should check not only Bread |
#Returns
Type | Description |
---|---|
Bread |
A Bread |
#Remarks
The FindNode property allows you to search for a node by its value. If the recursive parameter equals true, the BreadCrumbNodeCollection items’ BreadCrumbNode.ChildNodes collections are checked as well.