SelectionMode Property
Gets or sets the selection behavior of the data grid.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll)
- C#
- VB
- F#
public DataGridSelectionMode SelectionMode { get; set; }
Public Property SelectionMode As DataGridSelectionMode
Get
Set
member SelectionMode : DataGridSelectionMode with get, set