Back to Devexpress

SettingsConfigurationSection.ProtectControlState Property

aspnet-devexpress-dot-web-dot-settingsconfigurationsection.md

latest1.3 KB
Original Source

SettingsConfigurationSection.ProtectControlState Property

Gets or sets the value of the Control State Protection configuration option.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public bool ProtectControlState { get; set; }
vb
Public Property ProtectControlState As Boolean

Property Value

TypeDescription
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

SettingsConfigurationSection Class

SettingsConfigurationSection Members

DevExpress.Web Namespace