Back to Devexpress

ASPxSchedulerOptionsCookies Class

aspnet-devexpress-dot-web-dot-aspxscheduler-ec2f6014.md

latest2.1 KB
Original Source

ASPxSchedulerOptionsCookies Class

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

Declaration

csharp
public class ASPxSchedulerOptionsCookies :
    StateManager
vb
Public Class ASPxSchedulerOptionsCookies
    Inherits StateManager

The following members return ASPxSchedulerOptionsCookies objects:

LibraryRelated API Members
ASP.NET Web Forms ControlsASPxScheduler.OptionsCookies
ASP.NET MVC ExtensionsSchedulerSettings.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

IStateManager

Inheritance

Object StateManager ASPxSchedulerOptionsCookies

See Also

ASPxSchedulerOptionsCookies Members

DevExpress.Web.ASPxScheduler Namespace