CompressionConfigurationSection Class
Provides programmatic access to the DevExpress compression configuration-file section.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Related API Members
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