Table of Contents

Enum SelectionMode

Namespace
Avalonia.Controls
Assembly
Avalonia.Controls.dll

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

[Flags]
public enum SelectionMode

Fields

AlwaysSelected = 4

An item will always be selected as long as there are items to select.

Multiple = 1

Multiple items can be selected.

Single = 0

One item can be selected.

Toggle = 2

Item selection can be toggled by tapping/spacebar.