ASPxClientSplitterPane.IsContentUrlPane Method
Returns whether the pane’s content is loaded from an external web page.
Declaration
IsContentUrlPane(): boolean
Returns
Type | Description |
---|---|
boolean |
|
Remarks
The IsContentUrlPane method is useful to determine whether a pane’s content is loaded from an external web page, whose URL is specified via the SplitterPane.ContentUrl property.
You can also use the ASPxClientSplitterPane.GetContentUrl and the ASPxClientSplitterPane.SetContentUrl methods to obtain or specify a pane’s external content URL on the client side.
See Also