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

PopupShowingEventArgs.ContentUrl Property

Gets a URL that will be assigned to the ASPxPopupControlBase.ContentUrl property of the displayed popup.

Namespace: DevExpress.ExpressApp.Web

Assembly: DevExpress.ExpressApp.Web.v19.1.dll

Declaration

public string ContentUrl { get; }

Property Value

Type Description
String

A string containg a URL that will be assigned to the ASPxPopupControlBase.ContentUrl property of the displayed popup.

See Also