A newer version of this page is available.
Switch to the current version.
BootstrapAccordionItemCollection.IndexOf(Predicate<BootstrapAccordionItem>) Method
Returns the zero-based index of the specified item in the collection.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v18.2.dll
Declaration
public int IndexOf(
Predicate<BootstrapAccordionItem> match
)
Public Function IndexOf(
match As Predicate(Of BootstrapAccordionItem)
) As Integer
Parameters
Name | Type | Description |
---|---|---|
match | Predicate<BootstrapAccordionItem> | A delegate that defines the conditions of the elements to search for. |
Returns
Type | Description |
---|---|
Int32 | An integer value representing the position of the specified item in the collection. |
Remarks
If the specified item is not found in the collection this method returns -1.
See Also
Feedback