Version

symbol Property

Gets sets symbol string, which is used when control has no focus. Note: new value does not persist to server. Symbol
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_symbol() : String
function set_symbol(value : String)
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfWebNumericEditor.get_symbol();
See Also