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

TreeListSettingsCookies.CookiesID Property

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

Namespace: DevExpress.Web.ASPxTreeList

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

Object Type Path to CookiesID
ASPxTreeList
.SettingsCookies.CookiesID
MVCxTreeList
.SettingsCookies.CookiesID
TreeListSettings
.SettingsCookies.CookiesID
TreeListSettings<RowType>
.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