ASPxClientSplitterPane.GetPrevPane Method
Returns the previous sibling pane of the current pane.
Declaration
GetPrevPane(): ASPxClientSplitterPane
Returns
Type | Description |
---|---|
ASPxClientSplitterPane | A ASPxClientSplitterPane object that is the pane previous to the current pane within the SplitterPaneCollection. |
Remarks
To obtain the next sibling pane, use the ASPxClientSplitterPane.GetNextPane method.
See Also