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

BootstrapAccordionGroupDataFields(BootstrapAccordion) Constructor

Initializes a new instance of the BootstrapAccordionGroupDataFields class specifying its owner.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

public BootstrapAccordionGroupDataFields(
    BootstrapAccordion accordion
)

Parameters

Name Type Description
accordion BootstrapAccordion

A BootstrapAccordion object specifying the Accordion control that will own the created object.

See Also