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

TreeListSettingsCookies.Enabled Property

Gets or sets whether cookies are enabled.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v19.2.dll

Declaration

[DefaultValue(false)]
public bool Enabled { get; set; }

Property Value

Type Default Description
Boolean **false**

true to enable cookies; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to Enabled
ASPxTreeList
.SettingsCookies.Enabled
MVCxTreeList
.SettingsCookies.Enabled
TreeListSettings
.SettingsCookies.Enabled
TreeListSettings<RowType>
.SettingsCookies.Enabled
See Also