Skip to main content
Tab

ASPxPopupControlBase.ContentUrlIFrameTitle Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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 ASPxPopupControlBase.ContentUrl property is defined, default windows use 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