Skip to main content
A newer version of this page is available. .

ASPxClientSplitterPane.GetContentUrl Method

Gets the URL of a web page displayed as a pane’s content.

Declaration

GetContentUrl(): string

Returns

Type Description
string

A string value specifying the URL to the web page displayed within the current pane.

Remarks

The GetContentUrl method can be used on the client side to obtain the URL of a web page that is displayed as the content of a splitter pane.

A splitter pane’s content URL can be specified on the client side by using the ASPxClientSplitterPane.SetContentUrl method.

For an individual splitter pane, the content web page’s URL can be defined on the server side by using the SplitterPane.ContentUrl property.

See Also