Click or drag to resize

GridIHandlerIsEditing Property

Gets a value indicating that the current cell is in edit mode.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
bool IsEditing { get; }

Property Value

Type: Boolean
true if the current cell is in edit mode; otherwise, false.
See Also