Skip to main content
A newer version of this page is available. .

ASPxClientSplitterPane.IsVertical Method

Returns a value that indicates the orientation in which the current pane and its sibling panes are stacked.

Declaration

IsVertical(): boolean

Returns

Type Description
boolean

true if panes are stacked vertically within their container (a splitter control or a parent pane); false, if panes are stacked horizontally.

See Also