ASP.NET Ajax Javascript (Specification) | |
---|---|
function get_resourcePath() : string function set_resourcePath(value : string) |
ASP.NET Ajax Javascript (Usage) | |
---|---|
var resultVar = instanceOfThumbnailView.get_resourcePath(); |
ASP.NET Ajax Javascript (Specification) | |
---|---|
function get_resourcePath() : string function set_resourcePath(value : string) |
ASP.NET Ajax Javascript (Usage) | |
---|---|
var resultVar = instanceOfThumbnailView.get_resourcePath(); |
This property is a string that specifies the image files required for the menu icons and and the art mark handles. These files are png format files and are required when using ThumbnailView control created on the client side. Note: It is necessary for this property to be set when using server side controls.