Version

SplitterPane class

Class used by WebSplitter for its splitter panes.
Syntax
ASP.NET Ajax Javascript (Specification) 
Infragistics.Web.UI.SplitterPane = function( 
   adr : String,
   element : {DomElement},
   props : {Any}[],
   control : {Any},
   csm : {Any},
   collection : {Any},
   parent : {Any}
) {};
ASP.NET Ajax Javascript (Usage) 
var instanceVar = new Infragistics.Web.UI.SplitterPane();
Inheritance Hierarchy

Object
   Sys.Component
            Infragistics.Web.UI.LayoutPane
               Infragistics.Web.UI.SplitterPane

See Also