Skip to main content

ASPxClientSplitterPane.IsContentUrlPane Method

Returns whether the pane’s content is loaded from an external web page.

#Declaration

TypeScript
IsContentUrlPane(): boolean

#Returns

Type Description
boolean

true if the pane’s content is loaded from an external web page; otherwise, false.

#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