SelectionMode Property
Gets or sets the selection mode.
Definition
Namespace: Avalonia.Controls.Primitives
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
protected SelectionMode SelectionMode { get; set; }
Protected 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.
See Also
Reference
SelectingItemsControl Class
Avalonia.Controls.Primitives Namespace