Version

getCaptionElement Method

Gets the reference to html element which shows caption text in the header.
Syntax
ASP.NET Ajax Javascript (Specification) 
function getCaptionElement() : {DomElement};
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfHeader.getCaptionElement();

Return Value

Reference to html element or null.
See Also