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

BootstrapAccordionGroupCollection.Find(Predicate<BootstrapAccordionGroup>) Method

Returns the group that meets the specified criteria.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

public BootstrapAccordionGroup Find(
    Predicate<BootstrapAccordionGroup> match
)

Parameters

Name Type Description
match Predicate<BootstrapAccordionGroup>

A System.Predicate delegate, representing a method that defines a set of criteria used to locate the required group.

Returns

Type Description
BootstrapAccordionGroup

A BootstrapAccordionGroup object that represents the group that meets the specified criteria; null if the group has not been found.

See Also