Version

splitterBarShadowCss Property

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