Version

dataPath Property

Sets or gets a string value representing the datapath into the data source used to popuplate the children of this item (if any). data path
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_dataPath() : String
function set_dataPath(value : String)
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfNavItem.get_dataPath();
See Also