Skip to main content

ASPxClientSplitterPane.GetNextPane Method

Returns the next sibling pane of the current pane.

#Declaration

TypeScript
GetNextPane(): ASPxClientSplitterPane

#Returns

Type Description
ASPxClientSplitterPane

A ASPxClientSplitterPane object that is the pane next to the current pane within the SplitterPaneCollection.

#Remarks

To obtain the previous sibling pane, use the ASPxClientSplitterPane.GetPrevPane method.

See Also