Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
getPaneAt Method
Gets reference to SplitterPane at particular index.
Syntax
ASP.NET Ajax Javascript (Specification) | |
---|
function getPaneAt(
: 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