Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Web.Bootstrap

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