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

BootstrapWebClientUIWidget.PathModified Property

Notifies the widget that it is embedded into an HTML page that uses a tag to modify the path.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v18.2.dll

Declaration

[DefaultValue(false)]
public virtual bool PathModified { get; set; }

Property Value

Type Default Description
Boolean **false**

true if the widget is embedded into an HTML page that uses a tag to modify the path; otherwise false.

Remarks

If you place the widget on a page that uses a tag to modify the path (<base>, <iframe>, etc.), some of the widget elements may get mixed up or disappear. To solve this problem, set the pathModified property to true.

See Also