Skip to main content

ASPxSchedulerOptionsCookies.Enabled Property

Gets or sets whether cookies are enabled.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v23.2.dll

NuGet Package: DevExpress.Web.Scheduler

Declaration

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

Property Value

Type Default Description
Boolean false

true if cookies are enabled; otherwise, false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to Enabled
ASP.NET MVC Extensions SchedulerSettings
.OptionsCookies .Enabled
ASP.NET Web Forms Controls ASPxScheduler
.OptionsCookies .Enabled
See Also