TreeDataGridSelectionMode Enum
Definition
Defines the selection mode for a Avalonia.Controls.TreeDataGrid.
public enum TreeDataGridSelectionMode
Fields
| Name | Description |
|---|---|
| Cell | Select cells. |
| Multiple | Allow selection of multiple rows or cells using the Shift and Ctrl keys. |
| None | Selection is not supported. |
| Row | Select whole rows. |
Cell Field
Select cells.
public Avalonia.Controls.TreeDataGridSelectionMode Cell
Multiple Field
Allow selection of multiple rows or cells using the Shift and Ctrl keys.
public Avalonia.Controls.TreeDataGridSelectionMode Multiple
None Field
Selection is not supported.
public Avalonia.Controls.TreeDataGridSelectionMode None
Row Field
Select whole rows.
public Avalonia.Controls.TreeDataGridSelectionMode Row