Skip to main content

SelectionMode Property

Gets or sets the selection mode.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)

public SelectionMode SelectionMode { get; set; }

Property Value

SelectionMode

Remarks

Note that the selection mode only applies to selections made via user interaction. Multiple selections can be made programmatically regardless of the value of this property.

See Also

Reference

ListBox Class
Avalonia.Controls Namespace