IDataGridCellBeforeEditEventArgs.Cancel

Syntax

Cancel: Boolean;

Description

The Cancel property determines whether cell value can be edited.

Comments

If the property is set to True, the cell edit is prohibited.

See also:

IDataGridCellBeforeEditEventArgs