Enum SelectionMode
- Namespace
- BlazOrbit.Components
- Assembly
- BlazOrbit.dll
Defines the selection mode for data collection components.
public enum SelectionMode
Fields
Multiple = 2Multiple items can be selected.
None = 0No selection is allowed.
Single = 1Only a single item can be selected.