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

BootstrapAccordionGroup.Accordion Property

Gets the Accordion object to which the current group 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 group.

Remarks

The Accordion property provides access to the Accordion control whose BootstrapAccordion.Groups collection contains the current group.

See Also