ASPxClientSplitterPane.GetPrevPane Method
In This Article
Returns the previous sibling pane of the current pane.
#Declaration
TypeScript
GetPrevPane(): ASPxClientSplitterPane
#Returns
Type | Description |
---|---|
ASPx |
A ASPx |
#Remarks
To obtain the next sibling pane, use the ASPxClientSplitterPane.GetNextPane method.
See Also