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