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

CompressionConfigurationSection Class

Provides programmatic access to the DevExpress compression configuration-file section.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public class CompressionConfigurationSection :
    ConfigurationSection

The following members return CompressionConfigurationSection objects:

Remarks

Use the CompressionConfigurationSection object to programmatically access the DevExpress compression configuration-file section. This section allows you to specify the following options.

The code sample below demonstrates the corresponding DevExpress section located within the web.config file.

<devExpress>
     <compression enableHtmlCompression="false" enableCallbackCompression="true" enableResourceCompression="true" enableResourceMerging="true" />
     ...
</devExpress>

Inheritance

Object
ConfigurationElement
ConfigurationSection
CompressionConfigurationSection
See Also