Spread for ASP.NET 11 Product Documentation
EditorClientScriptUrl Property (BaseEditor)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Editor Namespace > BaseEditor Class : EditorClientScriptUrl Property
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

Reference

BaseEditor Class
BaseEditor Members