ASPxSchedulerOptionsCookies.CookiesID Property
Gets or sets the cookie’s name (identifier).
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.1.dll
NuGet Package: DevExpress.Web.Scheduler
Declaration
Property Value
Type | Default | Description |
---|---|---|
String | String.Empty | A String value that specifies the cookie’s name. |
Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to CookiesID |
---|---|---|
ASP.NET Web Forms Controls | ASPxScheduler |
|
ASP.NET MVC Extensions | SchedulerSettings |
|
Remarks
If an ASPxSchedulerOptionsCookies.Enabled property is set to true, and the CookiesID is not specified, then default cookie’s ID is constructed based on the page name and the ASPxScheduler control’s name, as follows: PageName_PageExtension_ASPxSchedulerName, e.g. default3_aspx_ASPxScheduler1.
Note
Refer to the RFC 2965 - Section 4.1.1 Syntax document to learn about allowed characters in cookies.
See Also