---
title: "Describe the AccordionExtender control."  
description: "Describe the AccordionExtender control."  
author: "Sumit Kesarwani"  
published: 2014-09-04  
updated: 2020-09-23  
canonical: https://www.mindstick.com/interview/2143/describe-the-accordionextender-control  
category: "asp.net"  
tags: ["asp.net"]  
reading_time: 1 minute  

---

# Describe the AccordionExtender control.

The AccordionExtender control is similar to the CollapsiblePanelExtender control. It allows you to group multiple collapsible panels in a single control. At the same time, it also manages the collapsed and expanded state of each panel; therefore, expanding one panel at a time. In other words, the AccordionExtender control does not support expanding two or more panels simultaneously. Instead, the header templates of all the panels are always visible so that you can click on any of them to display the hidden contents. By default, the AccordionExtender control opens with one panel as expanded.

## Answers

### Answer by Sumit Kesarwani

The AccordionExtender control is similar to the CollapsiblePanelExtender control. It allows you to group multiple collapsible panels in a single control. At the same time, it also manages the collapsed and expanded state of each panel; therefore, expanding one panel at a time. In other words, the AccordionExtender control does not support expanding two or more panels simultaneously. Instead, the header templates of all the panels are always visible so that you can click on any of them to display the hidden contents. By default, the AccordionExtender control opens with one panel as expanded.


---

Original Source: https://www.mindstick.com/interview/2143/describe-the-accordionextender-control

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
