Skip to main content

ASPxSchedulerOptionsCookies.StoreDayViewTimeScale Property

Gets or sets whether the value of the current DayView.TimeScale property should be saved in a cookie.

Namespace: DevExpress.Web.ASPxScheduler

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

NuGet Package: DevExpress.Web.Scheduler

Declaration

[DefaultValue(true)]
public bool StoreDayViewTimeScale { get; set; }

Property Value

Type Default Description
Boolean true

true to add information to a cookie; otherwise, false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to StoreDayViewTimeScale
ASP.NET MVC Extensions SchedulerSettings
.OptionsCookies .StoreDayViewTimeScale
ASP.NET Web Forms Controls ASPxScheduler
.OptionsCookies .StoreDayViewTimeScale
See Also