Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Renderer Namespace / BaseRenderer Class / RendererClientScriptUrl Property


In This Topic
    RendererClientScriptUrl Property (BaseRenderer)
    In This Topic
    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