BootstrapAccordion.Groups Property
In This Article
Gets the collection of groups in the BootstrapAccordion control.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.2.dll
NuGet Package: DevExpress.Web.Bootstrap
#Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapAccordionGroupCollection Groups { get; }
#Property Value
Type | Description |
---|---|
Bootstrap |
A Bootstrap |
See Also