BootstrapToolbarItemCollection.Find(Predicate<BootstrapToolbarItem>) Method
In This Article
Returns the item that meets the specified criteria.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.2.dll
NuGet Package: DevExpress.Web.Bootstrap
#Declaration
public BootstrapToolbarItem Find(
Predicate<BootstrapToolbarItem> match
)
#Parameters
Name | Type | Description |
---|---|---|
match | Predicate<Bootstrap |
A System. |
#Returns
Type | Description |
---|---|
Bootstrap |
A Bootstrap |
See Also