BootstrapCardViewToolbarItemCollection.Find(Predicate<BootstrapCardViewToolbarItem>) Method
Returns the toolbar item that meets the specified criteria.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.2.dll
Declaration
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