Show contents 

Tab > Tab Assembly Interfaces > ITabCellBeforeEditBaseEventArgs > ITabCellBeforeEditBaseEventArgs.Cancel

ITabCellBeforeEditBaseEventArgs.Cancel

Fore Syntax

Cancel: Boolean;

Fore.NET Syntax

Cancel: Boolean;

Description

The Cancel property determines whether the cell value is to be edited.

Comments

If the property is set to True switching to edit mode for the cell is prohibited.

By default the property is set to False.

See also:

ITabCellBeforeEditBaseEventArgs