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

ASPxSchedulerOptionsCookies.CookiesID Property

Gets or sets the cookie’s name (identifier).

Namespace: DevExpress.Web.ASPxScheduler

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

Declaration

[DefaultValue("")]
public string CookiesID { get; set; }

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 Controls and MVC Extensions ASPxScheduler
.OptionsCookies.CookiesID
MVCxScheduler
.OptionsCookies.CookiesID
SchedulerSettings
.OptionsCookies.CookiesID
ASP.NET Bootstrap Controls BootstrapScheduler
.OptionsCookies.CookiesID

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