Back to Devexpress

ASPxWebControl.GlobalCheckReferencesToExternalScripts Property

aspnet-devexpress-dot-web-dot-aspxwebcontrol-0b151a8f.md

latest1.8 KB
Original Source

ASPxWebControl.GlobalCheckReferencesToExternalScripts Property

Gets or sets whether links to external client scripts (such as jQuery, Knockout, and others), which are used by some DevExpress web components, are checked for presence and correctness.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public static bool GlobalCheckReferencesToExternalScripts { get; set; }
vb
Public Shared Property GlobalCheckReferencesToExternalScripts As Boolean

Property Value

TypeDescription
Boolean

true, to check the scripts; otherwise, false.

|

Remarks

Use the GlobalCheckReferencesToExternalScripts property to specify whether links to external client scripts (such as jQuery, Knockout, and others), which are used by some DevExpress web components, are checked for presence and correctness. . If the GlobalCheckReferencesToExternalScripts property is not specified, it returns the checkReferencesToExternalScripts Web.config option value.

See Also

Web.Config Options

ASPxWebControl Class

ASPxWebControl Members

DevExpress.Web Namespace