SelectingItemsControlSelectedItems Property
Gets or sets the selected items.
Namespace: Avalonia.Controls.PrimitivesAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
protected IList? SelectedItems { get; set; }
Protected Property SelectedItems As IList
Get
Set
member SelectedItems : IList with get, set
Property Value
IList
By default returns a collection that can be modified in order to manipulate the control
selection, however this property will return null if
Selection is
re-assigned; you should only use _either_ Selection or SelectedItems.