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

SchedulerSettings.OptionsCookies Property

Provides access to view state information.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v20.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public ASPxSchedulerOptionsCookies OptionsCookies { get; }

Property Value

Type Description
ASPxSchedulerOptionsCookies

An ASPxSchedulerOptionsCookies object that holds the state information.

See Also