Skip to main content

BeginEditGestures Enum

Definition

Assembly:Avalonia.Controls.TreeDataGrid
Package:Avalonia.Controls.TreeDataGrid

Defines the gestures that can be used to begin editing a cell.

public enum BeginEditGestures

Inheritance: Enum -> BeginEditGestures

Fields

NameDescription
DefaultA cell will enter edit mode when the user presses F2 or double-taps it.
DoubleTapA cell will enter edit mode when the user double-taps it.
F2A cell will enter edit mode when the user presses F2.
NoneA cell will only enter edit mode programmatically.
TapA cell will enter edit mode when the user taps it.
WhenSelectedA cell will enter edit mode in conjuction with a gesture only when the cell or row is currently selected.

Default Field

A cell will enter edit mode when the user presses F2 or double-taps it.

public Avalonia.Controls.Models.TreeDataGrid.BeginEditGestures Default

DoubleTap Field

A cell will enter edit mode when the user double-taps it.

public Avalonia.Controls.Models.TreeDataGrid.BeginEditGestures DoubleTap

F2 Field

A cell will enter edit mode when the user presses F2.

public Avalonia.Controls.Models.TreeDataGrid.BeginEditGestures F2

None Field

A cell will only enter edit mode programmatically.

public Avalonia.Controls.Models.TreeDataGrid.BeginEditGestures None

Tap Field

A cell will enter edit mode when the user taps it.

public Avalonia.Controls.Models.TreeDataGrid.BeginEditGestures Tap

WhenSelected Field

A cell will enter edit mode in conjuction with a gesture only when the cell or row is currently selected.

public Avalonia.Controls.Models.TreeDataGrid.BeginEditGestures WhenSelected