value Property
Gets/sets value to/from the editor.
Syntax
ASP.NET Ajax Javascript (Specification) | |
---|
function get_value() : {Any}
function set_value(value : {Any}) |
ASP.NET Ajax Javascript (Usage) | |
---|
var resultVar = instanceOfTreeInternalEditor.get_value(); |