ASPxClientSplitterPane.GetContentIFrame Method
In This Article
Returns an iframe object containing a web page specified via the pane’s SplitterPane.ContentUrl property (or the client ASPxClientSplitterPane.SetContentUrl method).
#Declaration
TypeScript
GetContentIFrame(): any
#Returns
Type | Description |
---|---|
any | The iframe object that contains a web page displayed within the pane. |
See Also