ASPxClientSplitterPane.IsCollapsed Method
In This Article
Returns whether the pane is collapsed.
#Declaration
TypeScript
IsCollapsed(): boolean
#Returns
Type | Description |
---|---|
boolean |
|
#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