The version that you requested is unavailable. We've redirected you to the latest version of the help.
Version

getPaneAt Method

Gets reference to SplitterPane at particular index.
Syntax
ASP.NET Ajax Javascript (Specification) 
function getPaneAt( 
   index : Integer
) : SplitterPane;
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfWebSplitter.getPaneAt(Integer);

Parameters

index
Index of pane within collection.

Return Value

Reference to pane or null.
See Also