Skip to main content
Tab

SplitterPane.ContentUrlIFrameName Property

Gets or sets the name of the pane’s IFRAME element.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
String String.Empty

A string value that specifies the IFRAME element’s name (the NAME attribute’s value).

Remarks

If the SplitterPane.ContentUrl property is defined, the pane uses an internal IFRAME element to display the corresponding content web page. In this case, the ContentUrlIFrameName property can be used to specify the IFRAME’s name (the value of its NAME attribute). This name can then be used as a target to open the content web page’s links within the current pane’s IFRAME element.

See Also