PageElementPropertiesWizGrouper_ClientStartupScript Property |
A block of javascript (to be run at page startup) that will be added to the page using the .Net RegisterStartupScript() method, but wrapped in a <script></script> block.
Namespace:
SystemProperties
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax string WizGrouper_ClientStartupScript { get; }
ReadOnly Property WizGrouper_ClientStartupScript As String
Get
Property Value
Type:
StringA block of javascript (to be run at page startup) that will be added to the page using the .Net RegisterStartupScript() method, but wrapped in a <script></script> block.
See Also