Skip to main content

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

true if the current pane has been collapsed successfully; otherwise, false.

See Also