Skip to main content

BootstrapToolbarItemCollection.RemoveAllRecursive(Predicate<BootstrapToolbarItem>) 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.v23.2.dll

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public void RemoveAllRecursive(
    Predicate<BootstrapToolbarItem> match
)

Parameters

Name Type Description
match Predicate<BootstrapToolbarItem>

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

See Also