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 ReadOnly Property IsEditing As Boolean
Get
abstract IsEditing : bool with get
Property Value
Type:
Booleantrue if the current cell is in edit mode; otherwise,
false.
See Also