Skip to main content
Tab

PopupWindow.ContentUrl Property

Gets or sets the navigation location of a specific web page to be displayed within the current popup window.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue("")]
public string ContentUrl { get; set; }

Property Value

Type Default Description
String String.Empty

A string value that specifies the desired page’s navigation location.

Remarks

Use the ContentUrl property to specify the URL of a web page which should be loaded and displayed into the popup window. A relative or an absolute URL can be used.

Online Example

View Example: How to manage client-side objects within the control's content page

See Also