ASPxSchedulerOptionsCookies Properties
Holds parameters used to save a control’s state in cookies.| Name | Description |
|---|---|
| CookiesID | Gets or sets the cookie’s name (identifier). |
| Enabled | Gets or sets whether cookies are enabled. |
| StoreActiveViewType | Gets or sets whether the information about the current active view type should be saved in a cookie. |
| StoreDayViewTimeScale | Gets or sets whether the value of the current DayView.TimeScale property should be saved in a cookie. |
| StoreFullWeekViewTimeScale | Gets or sets whether the information about enabled and visible scales in the Week View should be saved in a cookie. |
| StoreGroupType | Gets or sets whether the value of the current ASPxScheduler.GroupType property should be saved in a cookie. |
| StoreStart | Gets or sets whether the value of the current ASPxScheduler.Start property should be saved in a cookie. |
| StoreTimelineScalesInfo | Gets or sets whether the information about enabled and visible scales in the Timeline View should be saved in a cookie. |
| StoreTimeZoneId | Gets or sets whether the information about the current SchedulerOptionsBehaviorBase.ClientTimeZoneId should be saved in a cookie. |
| StoreWorkWeekViewTimeScale | Gets or sets whether the information about the DayView.TimeScale property of the Work-Week View should be saved in a cookie. |
| Version | Gets or sets the version information saved in a cookie. |
See Also