SelectedItems Property
Gets a list that contains the data items corresponding to the selected rows.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll)
- C#
- VB
- F#
public IList SelectedItems { get; }
Public ReadOnly Property SelectedItems As IList
Get
member SelectedItems : IList with get