aspnet-devexpress-dot-web-6244f68d.md
Provides programmatic access to the DevExpress resources section in the configuration file.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public class ResourcesConfigurationSection :
ConfigurationSection
Public Class ResourcesConfigurationSection
Inherits ConfigurationSection
The following members return ResourcesConfigurationSection objects:
Use the ResourcesConfigurationSection object to programmatically access the DevExpress resources configuration-file section. This section allows you to specify which client JavaScript libraries are loaded automatically. Refer to the External Client Libraries to learn more.
The code sample below demonstrates the corresponding DevExpress section located within the web.config file.
<devExpress>
<!-- ... -->
<resources>
<add type="ThirdParty" />
<add type="DevExtreme" />
</resources>
</devExpress>
Object ConfigurationElement ConfigurationSection ResourcesConfigurationSection
See Also