Skip to main content

TreeViewSettings.SaveStateToCookiesID Property

Gets or sets the name (identifier) of the cookie in which the TreeView’s state is persisted.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public string SaveStateToCookiesID { get; set; }

Property Value

Type Description
String

A string value specifying a cookie’s name.

Remarks

This property is in effect if the TreeViewSettings.SaveStateToCookies property is set to true.

Note

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

See Also