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

BootstrapAccordionGroupCollection.RemoveAll(Predicate<BootstrapAccordionGroup>) Method

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

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.1.dll

Declaration

public void RemoveAll(
    Predicate<BootstrapAccordionGroup> match
)

Parameters

Name Type Description
match Predicate<BootstrapAccordionGroup>

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

See Also