ASPxClientSplitterPane.CollapseForward Method
Collapses the current pane in a forward direction and occupies its space by maximizing the previous adjacent pane.
Declaration
CollapseForward(): boolean
Returns
Type | Description |
---|---|
boolean |
|
Remarks
Use the CollapseForward method to collapse the current pane in a forward direction: from left to right for vertical panes, and from top to bottom for horizontal panes. Note, if the right-to-left feature is enabled for the control, the horizontal pane direction is reversed.
Note
This method is not in effect for the first pane within a SplitterPaneCollection.
See Also