BootstrapAccordionGroupDataFields.Accordion Property
Gets the Accordion object to which the current object belongs.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
Property Value
Type | Description |
---|---|
BootstrapAccordion | A BootstrapAccordion object representing the Accordion control owning the current object. |
Remarks
The Accordion property provides access to the Accordion control whose BootstrapAccordion.GroupDataFields collection is represented by the current object.
See Also