PopupControlSettingsBase.ContentUrl Property
Gets or sets the navigation location of a specific web page to be displayed within the popup window (dock panel).
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Property Value
Type | Description |
---|---|
String | 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 (dock panel). A relative or an absolute URL can be used.
See Also