A newer version of this page is available.
Switch to the current version.
BootstrapMenuItemCollection.RemoveAll(Predicate<BootstrapMenuItem>) Method
Removes all items that match the conditions defined by the specified predicate from the collection.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v18.2.dll
Declaration
public void RemoveAll(
Predicate<BootstrapMenuItem> match
)
Public Sub RemoveAll(
match As Predicate(Of BootstrapMenuItem)
)
Parameters
Name | Type | Description |
---|---|---|
match | Predicate<BootstrapMenuItem> | A delegate that defines the conditions of the elements to remove. |
See Also
Feedback