Callback State Protection
This option specifies whether the control state information passed to the client side is protected by encryption. Refer to the following help topic for more information: Callback State Encryption.
Declaration
<configuration>
...
<devExpress>
...
<settings protectControlState="true" />
...
</devExpress>
...
</configuration>
Note
You should register the DevExpress Web.config section to apply these settings to your project.
This option is enabled by default.
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.
Related Configuration Section
DevExpress configuration section