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

BootstrapGridViewToolbarItemCollection.Find(Predicate<BootstrapGridViewToolbarItem>) Method

Returns the item that meets the specified criteria.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

public BootstrapGridViewToolbarItem Find(
    Predicate<BootstrapGridViewToolbarItem> match
)

Parameters

Name Type Description
match Predicate<BootstrapGridViewToolbarItem>

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

Returns

Type Description
BootstrapGridViewToolbarItem

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

See Also