Click or drag to resize

CellEventArgsIsEditing Property

Gets or sets 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; protected set; }

Property Value

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