Skip to main content
A newer version of this page is available. .

BootstrapTreeViewNodeCollection.Find(Predicate<BootstrapTreeViewNode>) Method

Returns the node that meets the specified criteria.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.1.dll

Declaration

public BootstrapTreeViewNode Find(
    Predicate<BootstrapTreeViewNode> match
)

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