The version that you requested is unavailable. We've redirected you to the latest version of the help.
Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
collapsedDirection Property
Gets direction to which pane can be collapsed.Possible values: 0: none, 1: to next pane, 2: to previous pane.
Syntax
| ASP.NET Ajax Javascript (Specification) | |
|---|
function get_collapsedDirection() : Integer |
| ASP.NET Ajax Javascript (Usage) | |
|---|
var resultVar = instanceOfSplitterPane.get_collapsedDirection(); |
See Also