ASPxSchedulerOptionsCookies Members
Holds parameters used to save a control’s state in cookies.Constructors
Name | Description |
---|---|
ASPxSchedulerOptionsCookies() | Initializes a new instance of the ASPxSchedulerOptionsCookies class with default settings. |
Properties
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. |
Methods
Name | Description |
---|---|
Assign(ASPxSchedulerOptionsCookies) | Copies the settings from the specified ASPxSchedulerOptionsCookies object to the current object. |
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
ToString() | Returns the string that represents the current object. Inherited from StateManager. |
See Also