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

ASPxDashboardViewer.RegisterJQuery Property

OBSOLETE

Instead, use the embedRequiredClientLibraries attribute contained within the devExpress section's settings element in the Web.config file.

Gets or sets whether the ASPxDashboardViewer should automatically add the jQuery library to the web application and register it on the current page.

Namespace: DevExpress.DashboardWeb

Assembly: DevExpress.Dashboard.v18.2.Web.WebForms.dll

Declaration

[DefaultValue(false)]
[Obsolete("Instead, use the embedRequiredClientLibraries attribute contained within the devExpress section's settings element in the Web.config file.")]
[Browsable(false)]
public bool RegisterJQuery { get; set; }

Property Value

Type Default Description
Boolean **false**

true, to add the jQuery library to the web application and register it on the current page; otherwise, false.

Remarks

To learn more, see Prerequisites.

See Also