Click or drag to resize

MapperPropertiesDeleteLockExpression Property

A javascript expression, typically containing field references, which is evaluated as the default DeleteLocked value just prior to the firing of the RowCurrent event.

Namespace:  SystemProperties
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
string DeleteLockExpression { get; }

Property Value

Type: String
A javascript expression, typically containing field references, which is evaluated as the default DeleteLocked value just prior to the firing of the RowCurrent event.
See Also