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

BootstrapCardViewToolbarMenuItemCollection.Find(Predicate<BootstrapCardViewToolbarMenuItem>) Method

Returns the toolbar menu item that meets the specified criteria.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

public BootstrapCardViewToolbarMenuItem Find(
    Predicate<BootstrapCardViewToolbarMenuItem> match
)

Parameters

Name Type Description
match Predicate<BootstrapCardViewToolbarMenuItem>

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

Returns

Type Description
BootstrapCardViewToolbarMenuItem

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

See Also