BootstrapAccordionGroupDataFields.Accordion Property
In This Article
Gets the Accordion object to which the current object belongs.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.2.dll
NuGet Package: DevExpress.Web.Bootstrap
#Declaration
[Browsable(false)]
public BootstrapAccordion Accordion { get; }
#Property Value
Type | Description |
---|---|
Bootstrap |
A Bootstrap |
#Remarks
The Accordion property provides access to the Accordion control whose BootstrapAccordion.GroupDataFields collection is represented by the current object.
See Also