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

ResourcesConfigurationSection.Get() Method

Provides access to the DevExpress resources configuration-file section.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public static ResourcesConfigurationSection Get()

Returns

Type Description
ResourcesConfigurationSection

A ResourcesConfigurationSection object.

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 Embedding Third-Party Libraries to learn more.

See Also