SelectionMode Enumeration

Defines the selection mode for a control which can select multiple items.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
[FlagsAttribute]
public enum SelectionMode

Members

Single0 One item can be selected.
Multiple1 Multiple items can be selected.
Toggle2 Item selection can be toggled by tapping/spacebar.
AlwaysSelected4 An item will always be selected as long as there are items to select.

See Also