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

BootstrapAccordionGroupCollection.GetVisibleItem(Int32) Method

Gets an item by its visible index.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

public BootstrapAccordionGroup GetVisibleItem(
    int index
)

Parameters

Name Type Description
index Int32

An integer value representing the visible index of the item to be returned.

Returns

Type Description
BootstrapAccordionGroup

A BootstrapAccordionGroup object which represents the required visible item.

See Also