Skip to main content

BootstrapCardViewToolbarItemCollection.Find(Predicate<BootstrapCardViewToolbarItem>) Method

Returns the toolbar item that meets the specified criteria.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public BootstrapCardViewToolbarItem Find(
    Predicate<BootstrapCardViewToolbarItem> match
)

Parameters

Name Type Description
match Predicate<BootstrapCardViewToolbarItem>

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

Returns

Type Description
BootstrapCardViewToolbarItem

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

See Also