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

ASPxScheduler.OptionsCookies Property

Provides access to an object used to maintain view state information.

Namespace: DevExpress.Web.ASPxScheduler

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

Declaration

public ASPxSchedulerOptionsCookies OptionsCookies { get; }

Property Value

Type Description
ASPxSchedulerOptionsCookies

An ASPxSchedulerOptionsCookies object, that holds the state information.

See Also