Enum ChipGroupSelectionMode
- Namespace
- BlazOrbit.Components
- Assembly
- BlazOrbit.dll
Selection cardinality enforced by BOBChipGroup<TValue>. Drives whether a freshly-tapped chip clears any prior selection (Single) or coexists with previously-selected chips (Multiple).
public enum ChipGroupSelectionMode
Fields
Multiple = 1Any number of chips selected. Tapping toggles individual membership.
Single = 0At most one chip selected at a time. Tapping the same chip again clears the selection.