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

BootstrapAccordionGroupDataFields Class

Contains properties allowing you to specify data fields from which group settings of a bound BootstrapAccordion should be obtained.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public class BootstrapAccordionGroupDataFields :
    NavBarGroupDataFields

The following members return BootstrapAccordionGroupDataFields objects:

Remarks

An object of the BootstrapAccordionGroupDataFields type can be accessed by the BootstrapAccordion.GroupDataFields property of an Accordion control.

Inheritance

See Also