Skip to main content
Tab

ASPxGridCookiesSettings.Enabled Property

Gets or sets whether cookies are enabled.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(false)]
public bool Enabled { get; set; }

Property Value

Type Default Description
Boolean false

true, to enable cookies; otherwise, false.

See Also