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