Skip to main content
Tab

SettingsConfigurationSection.ProtectControlState Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#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