Version

getLayoutManager Method

Gets reference to LayoutManager located at index (TabItem which defines bounds of its children).
Syntax
ASP.NET Ajax Javascript (Specification) 
function getLayoutManager( 
   index : Integer
) : TabItem;
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfWebTab.getLayoutManager(Integer);

Parameters

index
Index of pane within collection.

Return Value

Reference to layout manager or null.
See Also