Click or drag to resize

CellPaintEventArgsIsEditing Property

Gets a value indicating whether the cell is in edit mode.

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

Property Value

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