Page HTML Compression
In This Article
This option specifies whether the requested web page’s HTML code should be compressed by the server before posting it to the client.
#Declaration
<configuration>
...
<devExpress>
<compression enableHtmlCompression="false" ... />
...
</devExpress>
...
</configuration>
Note
You should register the DevExpress Web.
This option is disabled by default. If this option is set to true, the value of the Callback Compression option is not in effect.
#Related Configuration Section
DevExpress configuration section