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

BootstrapAccordionItemDataFields Class

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

Namespace: DevExpress.Web.Bootstrap

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

Declaration

public class BootstrapAccordionItemDataFields :
    NavBarItemDataFields

The following members return BootstrapAccordionItemDataFields objects:

Remarks

An object of the BootstrapAccordionItemDataFields type can be accessed by the BootstrapAccordion.ItemDataFields property of an Accordion control.

Inheritance

See Also