DataGridSelectedItem Property

Gets or sets the data item corresponding to the selected row.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll) Version: 11.3.999
public Object SelectedItem { get; set; }

Property Value

Object

See Also