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

ASPxSchedulerOptionsCookies.StoreActiveViewType Property

Gets or sets whether the information about the current active view type should be saved in a cookie.

Namespace: DevExpress.Web.ASPxScheduler

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

NuGet Package: DevExpress.Web.Scheduler

Declaration

[DefaultValue(true)]
public bool StoreActiveViewType { 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 StoreActiveViewType
ASP.NET Controls and MVC Extensions ASPxScheduler
.OptionsCookies .StoreActiveViewType
ASP.NET Bootstrap Controls BootstrapScheduler
.OptionsCookies .StoreActiveViewType
ASP.NET MVC Extensions MVCxScheduler
.OptionsCookies .StoreActiveViewType
SchedulerSettings
.OptionsCookies .StoreActiveViewType
See Also