GridColumnIHandlerEditable Property |
Gets or sets a value indicating whether the user can edit the contents of the cells, if the
DataCell allows it.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax bool Editable { get; set; }
Property Editable As Boolean
Get
Set
abstract Editable : bool with get, set
Property Value
Type:
Booleantrue if the data cell is editable; otherwise,
false.
See Also