Skip to main content
Tab

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

NuGet Package: DevExpress.Web

Declaration

public static bool GlobalCheckReferencesToExternalScripts { get; set; }

Property Value

Type Description
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