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; }
Public Property IsEditing As Boolean
Get
Protected Set
member IsEditing : bool with get, set
Property Value
Type:
Booleantrue if the cell is in edit mode; otherwise,
false.
See Also