SelectionModelSelectionChangedEventArgsSelectedIndexes Property
Gets the indexes of the items that were added to the selection.
Namespace: Avalonia.Controls.SelectionAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public abstract IReadOnlyList<int> SelectedIndexes { get; }
Public MustOverride ReadOnly Property SelectedIndexes As IReadOnlyList(Of Integer)
Get
abstract SelectedIndexes : IReadOnlyList<int> with get
Property Value
IReadOnlyListInt32