BootstrapClientAccordionItem Properties
Represents a client-side equivalent of the Accordion’s BootstrapAccordionItem object.Name | Description |
---|---|
group | Gets the group to which the current item belongs. |
index | Gets the item’s index within a collection of a group’s items. Inherited from ASPxClientNavBarItem. |
name | Gets the name that uniquely identifies the item. Inherited from ASPxClientNavBarItem. |
navBar | Gets the BootstrapClientAccordion object to which the current item belongs. |
See Also