Skip to main content

SchedulerSettings.OptionsCookies Property

Provides access to view state information.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.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