Skip to main content

ASPxSchedulerOptionsCookies Class

Holds parameters used to save a control’s state in cookies.

Namespace: DevExpress.Web.ASPxScheduler

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

NuGet Package: DevExpress.Web.Scheduler

Declaration

public class ASPxSchedulerOptionsCookies :
    StateManager

The following members return ASPxSchedulerOptionsCookies objects:

Library Related API Members
ASP.NET Web Forms Controls ASPxScheduler.OptionsCookies
ASP.NET MVC Extensions SchedulerSettings.OptionsCookies

Remarks

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.

Implements

Inheritance

Object
StateManager
ASPxSchedulerOptionsCookies
See Also