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

BootstrapAccordionItem.Accordion Property

Gets the accordion object to which the current item belongs.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

[Browsable(false)]
public BootstrapAccordion Accordion { get; }

Property Value

Type Description
BootstrapAccordion

A BootstrapAccordion object representing the accordion that contains the current item.

Remarks

The Accordion property provides access to the accordion control whose BootstrapAccordion.Items collection contains the current item.

See Also