SelectionModelSelectionChangedEventArgsTSelectedIndexes 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 override IReadOnlyList<int> SelectedIndexes { get; }
Public Overrides ReadOnly Property SelectedIndexes As IReadOnlyList(Of Integer)
Get
abstract SelectedIndexes : IReadOnlyList<int> with get
override SelectedIndexes : IReadOnlyList<int> with get
Property Value
IReadOnlyListInt32