Version

minimizedWidth Property

Gets sets the width of the header when control is minimized. Value is Number.Width of header in minimized state.
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_minimizedWidth() : Number
function set_minimizedWidth(value : Number)
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfHeader.get_minimizedWidth();
See Also