Enum BOBAccordionMode
- Namespace
- BlazOrbit.Components
- Assembly
- BlazOrbit.dll
Controls how many items can be expanded simultaneously inside a BOBAccordion.
public enum BOBAccordionMode
Fields
Multiple = 0Multiple items can be expanded at the same time. Default.
Single = 1At most one item is expanded at a time. The user can collapse the active item, leaving none open.
SingleStrict = 2Exactly one item is expanded at all times. The user cannot collapse the active item by clicking it; collapse only happens implicitly when another item is expanded. The first registered item is auto-expanded.