Version

splitterBarShadowLimitCss Property

Gets sets name of css class applied to splitter bar when it was moved by mouse to its limit and DynamicResize is disabled.Name of css
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_splitterBarShadowLimitCss() : String
function set_splitterBarShadowLimitCss(value : String)
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfWebSplitter.get_splitterBarShadowLimitCss();
See Also