Click or drag to resize

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)
Syntax
public bool MultiSelectable { get; set; }

Property Value

Type: Boolean
The value that will be set as the aria-multiselectable attribute.
See Also