Spread for ASP.NET 11 Product Documentation
RendererClientScriptUrl Property (BaseRenderer)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Renderer Namespace > BaseRenderer Class : RendererClientScriptUrl Property
Gets the URL of the renderer control if the renderer control supports client-side scripting.
Syntax
'Declaration
 
Public Overridable ReadOnly Property RendererClientScriptUrl As String
'Usage
 
Dim instance As BaseRenderer
Dim value As String
 
value = instance.RendererClientScriptUrl
public virtual string RendererClientScriptUrl {get;}

Property Value

String containing the URL of the client script file
Remarks
This is the universal resource locator (URL) of the client script file.
See Also

Reference

BaseRenderer Class
BaseRenderer Members