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

Callback Compression

Some DevEpxress web controls allow requests to the server to be made via callbacks. This option decides if the response data generated after processing these callbacks ought to be compressed by the server before posting it to the client.

Declaration

<configuration>
    ...
    <devExpress>
        <compression ... enableCallbackCompression="true" ... />
        ...
    </devExpress>
    ...
</configuration>

Note

In order to use the DevExpress Web.config section, register this section group beforehand.

This option is enabled by default. This option’s setting is not in effect if the Page HTML Compression option is set to true.

DevExpress configuration section

Corresponding Class

CompressionConfigurationSection