DataGridSelectedItems 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) Version: 11.3.999
public IList SelectedItems { get; }

Property Value

IList

See Also