Skip to main content

ASPxScheduler.OptionsCookies Property

Provides access to view state information.

Namespace: DevExpress.Web.ASPxScheduler

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

NuGet Package: DevExpress.Web.Scheduler

Declaration

public ASPxSchedulerOptionsCookies OptionsCookies { get; }

Property Value

Type Description
ASPxSchedulerOptionsCookies

An ASPxSchedulerOptionsCookies object, that holds the state information.

See Also