SelectedIndexes Property
Definition
Namespace: Avalonia.Controls.Selection
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public IReadOnlyList<int> SelectedIndexes { get; }
Public ReadOnly Property SelectedIndexes As IReadOnlyList(Of Integer)
Get
abstract SelectedIndexes : IReadOnlyList<int> with get
override SelectedIndexes : IReadOnlyList<int> with get
Property Value
Implements
ISelectionModel.SelectedIndexesSee Also
Reference
SelectionModel(T) Class
Avalonia.Controls.Selection Namespace