Back to Devexpress

EditorShowMode Enum

mobilecontrols-devexpress-dot-xamarinforms-dot-datagrid-edc3aef1.md

latest1.3 KB
Original Source

EditorShowMode Enum

Lists gestures to invoke an in-place editor for a data cell.

Namespace : DevExpress.XamarinForms.DataGrid

Assembly : DevExpress.XamarinForms.Grid.dll

NuGet Package : DevExpress.XamarinForms.Grid

Declaration

csharp
public enum EditorShowMode

Members

NameDescription
Never

Cell in-place editing is disabled.

| | Tap |

An in-place editor is shown when a user taps a data cell.

| | TapSelectedRow |

An in-place editor is shown when a user taps a data cell within the selected row.

| | DoubleTap |

An in-place editor is shown when a user double taps a data cell.

|

The following properties accept/return EditorShowMode values:

Remarks

Use the EditorShowMode enumeration values to set the DataGridView.EditorShowMode property.

See Also

DevExpress.XamarinForms.DataGrid Namespace