Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Editor Namespace / BaseEditor Class / EditorClientScriptUrl Property


In This Topic
    EditorClientScriptUrl Property (BaseEditor)
    In This Topic
    Gets the URL of the client script file for the editor control.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property EditorClientScriptUrl As String
    'Usage
     
    
    Dim instance As BaseEditor
    Dim value As String
     
    value = instance.EditorClientScriptUrl
    public virtual string EditorClientScriptUrl {get;}

    Property Value

    String containing the location of the client script file for the editor
    See Also