Skip to main content

BootstrapAccordion.Groups Property

Gets the collection of groups in the BootstrapAccordion control.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

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