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

BootstrapAccordionItemCollection.FindAll(Predicate<BootstrapAccordionItem>) Method

Returns all elements that match the conditions defined by the specified predicate.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

public IEnumerable<BootstrapAccordionItem> FindAll(
    Predicate<BootstrapAccordionItem> match
)

Parameters

Name Type Description
match Predicate<BootstrapAccordionItem>

A delegate that defines the conditions of the elements to search for.

Returns

Type Description
IEnumerable<BootstrapAccordionItem>

A collection of the elements that match the conditions defined by the predicate.

See Also