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

ASPxWebControl.GlobalCheckReferencesToExternalScripts Property

Gets or sets whether the availability and correctness of references to external client scripts (such as jQuery, jQuery UI, Knockout, etc.), which are used by certain DevExpress web controls, are checked.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

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 the availability and correctness of references to external client scripts (such as jQuery, jQuery UI, Knockout, etc.), which are used by certain DevExpress web controls, are checked. If the GlobalCheckReferencesToExternalScripts property is not specified, it returns the checkReferencesToExternalScripts Web.config option value.

See Also