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

Callback State Encryption

This option specifies whether the control state information passed to the client side is protected by encryption.

Declaration

<configuration>
    ...
    <devExpress>
        ...
        <settings protectControlState="true" />
        ...
    </devExpress>
    ...
</configuration>

Note

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

This option is enabled by default.

Important

For security reasons we do not recommend you to set this option to false.

AJAX-enabled DevExpress web controls can coordinate their server and client-side representations by passing fragments of their state (callback state) to the client in response to client callbacks. This option allows you to specify whether or not the callback state should be encrypted.

DevExpress configuration section

Corresponding Class

SettingsConfigurationSection