Back to Devexpress

ASPxWebControl.GlobalEmbedRequiredClientLibraries Property

aspnet-devexpress-dot-web-dot-aspxwebcontrol-031308ce.md

latest1.9 KB
Original Source

ASPxWebControl.GlobalEmbedRequiredClientLibraries Property

OBSOLETE

Use the devExpress section's resources option in web.config instead.

Gets or sets whether external client libraries (including scripts and CSS files) are automatically embedded in the DevExpress.Web assembly as resources.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[Obsolete("Use the devExpress section's resources option in web.config instead.")]
public static bool GlobalEmbedRequiredClientLibraries { get; set; }
vb
<Obsolete("Use the devExpress section's resources option in web.config instead.")>
Public Shared Property GlobalEmbedRequiredClientLibraries As Boolean

Property Value

TypeDescription
Boolean

true, if the option is enabled; otherwise, false.

|

Remarks

This property is obsolete and should no longer be used.

To add references to the required client-side libraries, specify the “resources” section in the Web.config file. To learn more, see External Client Libraries.

See Also

External Client Libraries

ASPxWebControl Class

ASPxWebControl Members

DevExpress.Web Namespace