BootstrapTreeViewNodeCollection.Find(Predicate<BootstrapTreeViewNode>) Method
Returns the node that meets the specified criteria.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
match | Predicate<BootstrapTreeViewNode> | A System.Predicate delegate, representing a method that defines a set of criteria used to locate the required node. |
Returns
Type | Description |
---|---|
BootstrapTreeViewNode | A BootstrapTreeViewNode object that represents the node that meets the specified criteria; null if the node has not been found. |
See Also