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.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
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