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 abstract IReadOnlyList<int> SelectedIndexes { get; }
Public MustOverride ReadOnly Property SelectedIndexes As IReadOnlyList(Of Integer)
Get
abstract SelectedIndexes : IReadOnlyList<int> with get
Property Value
See Also
Reference
SelectionModelSelectionChangedEventArgs Class
Avalonia.Controls.Selection Namespace