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

ASPxSchedulerOptionsCookies.StoreGroupType Property

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

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v19.1.dll

Declaration

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