aspnetbootstrap-117840-site-navigation-accordion.md
The Bootstrap Accordion control allows you to introduce cutting edge site navigation capabilities to your ASP.NET solutions with ease and simplicity. Whether you wish to emulate a Windows® Style Explorer Bar or an MS Outlook® SideBar within your application, the Bootstrap Accordion is packed with countless developer friendly features specifically designed to help you build your best - without limits or compromise. In addition to traditional UI presentation elements, the Bootstrap Accordion allows you to create highly customized navigation options with its built-in template support - you can use it anywhere and everywhere you need to display list-oriented information to end-users.
With countless layout and appearance customization options, the Bootstrap Accordion guarantees your ability to deliver a UI that best suits your business needs and those of your customers. Like all DevExpress ASP.NET controls, it fully supports AJAX technology, client-side API/events and can render itself for all popular browsers.
This topic lists the features that are unique to Bootstrap Accordion.
You can enable AJAX support by setting the EnableCallbacks property to true. In this case, Bootstrap Accordion initially loads only the content of expanded groups onto the client. When end-users expand groups, their content is loaded using callbacks. Once a group’s content has been loaded, end-users can switch to this group on the client-side without callbacks or postbacks.
See Also