Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
getLayoutManager Method
Gets reference to LayoutManager located at index (LayoutPane which defines bounds of its children).
Syntax
ASP.NET Ajax Javascript (Specification) | |
---|
function getLayoutManager(
: Integer
) : SplitterPane; |
ASP.NET Ajax Javascript (Usage) | |
---|
var resultVar = instanceOfWebSplitter.getLayoutManager(Integer); |
Parameters
- index
- Index of pane within collection.
Return Value
Reference to layout manager or null.
See Also