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

ASPxGridCookiesSettings.CookiesID Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.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:

Remarks

If the CookiesID property isn’t specified, the cookie’s name is automatically generated by the control.

Note

Refer to the RFC 2965 - Section 4.1.1 Syntax document to learn about characters allowed in cookies.

See Also