FieldPropertiesChooser_OnDeselect Property |
Javascript placed on the Chooser's OnClientDeselect event. Supports field references including the [~.] notation to get a reference to the current field.
Namespace:
SystemProperties
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax string Chooser_OnDeselect { get; }
ReadOnly Property Chooser_OnDeselect As String
Get
Property Value
Type:
StringJavascript placed on the Chooser's OnClientDeselect event. Supports field references including the [~.] notation to get a reference to the current field.
Remarks
Applies to CellType Chooser only.
See Also