aspnet-devexpress-dot-web-dot-aspxscheduler-ec2f6014.md
Holds parameters used to save a control’s state in cookies.
Namespace : DevExpress.Web.ASPxScheduler
Assembly : DevExpress.Web.ASPxScheduler.v25.2.dll
NuGet Package : DevExpress.Web.Scheduler
public class ASPxSchedulerOptionsCookies :
StateManager
Public Class ASPxSchedulerOptionsCookies
Inherits StateManager
The following members return ASPxSchedulerOptionsCookies objects:
| Library | Related API Members |
|---|---|
| ASP.NET Web Forms Controls | ASPxScheduler.OptionsCookies |
| ASP.NET MVC Extensions | SchedulerSettings.OptionsCookies |
The ASPxSchedulerOptionsCookies class provides a set of properties that allow you to enable cookies and specify which information on the ASPxSCheduler ‘s state can be saved to cookies. These settings can be accessed via the ASPxScheduler.OptionsCookies property.
To enable cookies, create the ASPxSchedulerOptionsCookies object and set the ASPxSchedulerOptionsCookies.Enabled property to true.
Object StateManager ASPxSchedulerOptionsCookies
See Also