SelectionMode Property
Gets or sets the selection mode.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public SelectionMode SelectionMode { get; set; }
Public Property SelectionMode As SelectionMode
Get
Set
member SelectionMode : SelectionMode with get, set
Property Value
SelectionModeRemarks
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.