General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
All docs
V19.2
General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
19.2
19.1
18.2
18.1
17.2
BootstrapGridViewToolbarMenuItemCollection.RemoveAll(Predicate<BootstrapGridViewToolbarMenuItem>) Method
Removes all items that match the conditions defined by the specified predicate from the collection.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v19.2.dll
Declaration
public void RemoveAll(
Predicate<BootstrapGridViewToolbarMenuItem> match
)
Public Sub RemoveAll(
match As Predicate(Of BootstrapGridViewToolbarMenuItem)
)
Parameters
Name | Type | Description |
---|---|---|
match | Predicate<BootstrapGridViewToolbarMenuItem> | A delegate that defines the conditions of the elements to remove. |
See Also
Feedback