ASPxClientSplitterPane.GetParentPane Method
In This Article
Returns the immediate parent of the current pane.
#Declaration
TypeScript
GetParentPane(): ASPxClientSplitterPane
#Returns
Type | Description |
---|---|
ASPx |
A ASPx |
#Remarks
The GetParentPane method can be used to obtain a ASPxClientSplitterPane object that represents the immediate parent of the current pane object.
See Also