ResourcesConfigurationSection.Get() Method
In This Article
Provides access to the DevExpress resources
configuration-file section.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public static ResourcesConfigurationSection Get()
#Returns
Type | Description |
---|---|
Resources |
A Resources |
#Remarks
Use the Get method to get access to 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.
See Also