Back to Devexpress

ASPxGridCookiesSettings.Enabled Property

aspnet-devexpress-dot-web-dot-aspxgridcookiessettings.md

latest1.0 KB
Original Source

ASPxGridCookiesSettings.Enabled Property

Gets or sets whether cookies are enabled.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(false)]
public bool Enabled { get; set; }
vb
<DefaultValue(False)>
Public Property Enabled As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true, to enable cookies; otherwise, false.

|

See Also

ASPxGridCookiesSettings Class

ASPxGridCookiesSettings Members

DevExpress.Web Namespace