Skip to main content
A newer version of this page is available. .

ASPxSchedulerOptionsCookies Class

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

Namespace: DevExpress.Web.ASPxScheduler

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

Declaration

public class ASPxSchedulerOptionsCookies :
    StateManager

The following members return ASPxSchedulerOptionsCookies objects:

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