Skip to main content

ASPxClientSplitterPane.IsCollapsed Method

Returns whether the pane is collapsed.

Declaration

IsCollapsed(): boolean

Returns

Type Description
boolean

true if the pane is collapsed; otherwise, false.

Remarks

A splitter pane can be expanded or collapsed by end-users on the client-side using the collapse backward or collapse forward buttons. To expand or collapse splitter panes on the client-side programmatically, use their ASPxClientSplitterPane.Expand and ASPxClientSplitterPane.Collapse methods.

The SplitterPane.Collapsed property is used on the server-side to specify whether a splitter pane is collapsed.

See Also