SelectingItemsControlSelectionMode Property
Gets or sets the selection mode.
Namespace: Avalonia.Controls.PrimitivesAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
protected SelectionMode SelectionMode { get; set; }
Protected Property SelectionMode As SelectionMode
Get
Set
member SelectionMode : SelectionMode with get, set
Property Value
SelectionMode
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.