SelectedIndexes Property
Gets the indexes of the items that were added to the selection.
Definition
Namespace: Avalonia.Controls.Selection
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
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
See Also
Reference
SelectionModelSelectionChangedEventArgs(T) Class
Avalonia.Controls.Selection Namespace