Click or drag to resize

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 Value

Type: Boolean
true if the data cell is editable; otherwise, false.
See Also