The AllowItemSelection property enables the item selection feature. A selected item is highlighted as specified by the current skin.
Only one item can be selected simultaneously throughout the AccordionControl. When an item is selected, the previously selected item is deselected.
An end-user can select an item by clicking it. To select a specific item in code, use the SelectElement method or SelectedElement property. The latter allows you to obtain the currently selected item.