ASPxClientSplitterPane.GetParentPane Method
Returns the immediate parent of the current pane.
Declaration
GetParentPane(): ASPxClientSplitterPane
Returns
Type | Description |
---|---|
ASPxClientSplitterPane | A ASPxClientSplitterPane that represents the immediate parent pane of the current pane; otherwise, a null reference (Nothing in Visual Basic), if no parent pane exists. |
Remarks
The GetParentPane method can be used to obtain a ASPxClientSplitterPane object that represents the immediate parent of the current pane object.
See Also