Skip to main content
A newer version of this page is available. .

BootstrapCardViewToolbarMenuItemCollection.RemoveAllRecursive(Predicate<BootstrapCardViewToolbarMenuItem>) Method

Removes all items that match the conditions defined by the specified predicate from the hierarchical collection.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v18.2.dll

Declaration

public void RemoveAllRecursive(
    Predicate<BootstrapCardViewToolbarMenuItem> match
)

Parameters

Name Type Description
match Predicate<BootstrapCardViewToolbarMenuItem>

A delegate that defines the conditions of the elements to remove.

See Also