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

PopupWindow.ContentUrlIFrameTitle Property

Gets or sets the title of the popup window’s IFRAME element.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

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

Property Value

Type Default Description
String String.Empty

A String value that specifies the IFRAME element’s title (the TITLE attribute’s value).

Remarks

If the PopupWindow.ContentUrl property is defined, the window uses an internal IFRAME element to display the corresponding content web page. In this case, the ContentUrlIFrameTitle property can be used to specify the IFRAME’s title (the value of its TITLE attribute).

See Also