Skip to main content
Tab

ASPxGridCookiesSettings.CookiesID Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
String String.Empty

A String value that specifies the cookie’s name.

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