Skip to main content

BootstrapCardViewToolbarItemCollection.RemoveAll(Predicate<BootstrapCardViewToolbarItem>) Method

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

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public void RemoveAll(
    Predicate<BootstrapCardViewToolbarItem> match
)

Parameters

Name Type Description
match Predicate<BootstrapCardViewToolbarItem>

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

See Also