Version

maxSize Property

Gets sets maximum size of pane as String. Value can be pixels or percents.Units as pixels or percents
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_maxSize() : String
function set_maxSize(value : String)
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfSplitterPane.get_maxSize();
See Also