Click or drag to resize

FieldPropertiesOnStartup Property

Javascript registered in the page's StartupScript. 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 OnStartup { get; }

Property Value

Type: String
Javascript registered in the page's StartupScript. Supports field references including the [~.] notation to get a reference to the current field.
See Also