Skip to main content

BootstrapToolbarMenuItemCollection.Find(Predicate<BootstrapToolbarMenuItem>) Method

Returns the item that meets the specified criteria.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v23.2.dll

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public BootstrapToolbarMenuItem Find(
    Predicate<BootstrapToolbarMenuItem> match
)

Parameters

Name Type Description
match Predicate<BootstrapToolbarMenuItem>

A System.Predicate delegate, representing a method that defines a set of criteria used to locate the required item.

Returns

Type Description
BootstrapToolbarMenuItem

A BootstrapToolbarMenuItem object that represents the item that meets the specified criteria; null if the item has not been found.

See Also