ASPxClientSplitterPane.Collapse(maximizedPane) Method
Collapses the current pane and occupies its space by maximizing the specified pane.
Declaration
Collapse(
maximizedPane: ASPxClientSplitterPane
): boolean
Parameters
Name | Type | Description |
---|---|---|
maximizedPane | ASPxClientSplitterPane | A ASPxClientSplitterPane object specifying the pane to be maximized to occupy the freed space. |
Returns
Type | Description |
---|---|
boolean |
|
See Also