Skip to main content
Tab

SettingsConfigurationSection.EmbedRequiredClientLibraries Property

OBSOLETE

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

Gets or sets the value of the Embedding Required Client Libraries configuration option.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[Obsolete("Use the devExpress section's resources option in web.config instead.")]
public bool EmbedRequiredClientLibraries { get; set; }

Property Value

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