Table of Contents

Enum SelectionMode

Namespace
BlazOrbit.Components
Assembly
BlazOrbit.dll

Defines the selection mode for data collection components.

public enum SelectionMode

Fields

Multiple = 2

Multiple items can be selected.

None = 0

No selection is allowed.

Single = 1

Only a single item can be selected.