BootstrapCardViewToolbarMenuItemCollection.Find(Predicate<BootstrapCardViewToolbarMenuItem>) Method
Returns the toolbar menu item that meets the specified criteria.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v25.1.dll
NuGet Package: DevExpress.Web.Bootstrap
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