Skip to main content

ASPxClientSplitterPane.IsVertical Method

In This Article

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

#Declaration

TypeScript
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