Skip to main content

TreeListSettingsCookies.CookiesID Property

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

Namespace: DevExpress.Web.ASPxTreeList

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

Property Paths

You can access this nested property as listed below:

Object Type Path to CookiesID
ASPxTreeList
.SettingsCookies .CookiesID

Remarks

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

Note

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

See Also