SplitterPane.ContentUrlIFrameTitle Property
Gets or sets the title of the pane’s IFRAME element.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
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 SplitterPane.ContentUrl property is defined, the pane 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