Version

LayoutPane class

Base class used for items of WebSplitter, WebTab and WebDialogWindow.
Syntax
ASP.NET Ajax Javascript (Specification) 
Infragistics.Web.UI.LayoutPane = function( 
   adr : String,
   elem : {DomElement},
   props : {Any}[],
   ctl : {Any},
   csm : {Any},
   col : {Any},
   par : {Any}
) {};
ASP.NET Ajax Javascript (Usage) 
var instanceVar = new Infragistics.Web.UI.LayoutPane();
Inheritance Hierarchy

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

See Also