ASPxPopupControlBase.ContentUrlIFrameTitle Property
Gets or sets the title of the window’s IFRAME element.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
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