Skip to main content

BootstrapGridViewToolbarItemCollection.RemoveAll(Predicate<BootstrapGridViewToolbarItem>) 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<BootstrapGridViewToolbarItem> match
)

Parameters

Name Type Description
match Predicate<BootstrapGridViewToolbarItem>

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

See Also