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; }
ReadOnly Property DeleteLockExpression As String
Get
Property Value
Type:
StringA 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