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

SettingsConfigurationSection.ProtectControlState Property

Gets or sets the value of the Callback State Encryption configuration option.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public bool ProtectControlState { get; set; }

Property Value

Type Description
Boolean

true, if the option is enabled; otherwise, false.

Remarks

Important

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

See Also