Version

offsetX Property

horizontal offset in pixels of the dropdown container relative to the target (allows for manual adjustment of the source and target) horizontal offset in pixels of the dropdown container relative to the target (allows for manual adjustment of the source and target)
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_offsetX() : Integer
function set_offsetX(value : Integer)
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfWebDropDown.get_offsetX();
See Also