AccordionControlMultiSelectable Property
|
Gets or sets whether or not the accordion should allow multiple tabs to be open at once.
Namespace:
Bootstrap.A11y
Assembly:
Bootstrap.A11y (in Bootstrap.A11y.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic bool MultiSelectable { get; set; }<asp:AccordionControl MultiSelectable="True|False" />
Property Value
Type:
Boolean
The value that will be set as the aria-multiselectable attribute.
See Also