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

BootstrapAccordion.Groups Property

Gets the collection of groups in the BootstrapAccordion control.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapAccordionGroupCollection Groups { get; }

Property Value

Type Description
BootstrapAccordionGroupCollection

A BootstrapAccordionGroupCollection object which represents the collection of groups within the BootstrapAccordion control.

See Also