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

TreeListSettingsCookies.StoreExpandedNodes Property

Gets or sets whether a cookie and layout data contain information on expanded nodes.

Namespace: DevExpress.Web.ASPxTreeList

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

Declaration

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

Property Value

Type Default Description
Boolean **false**

true, to add information on expanded nodes to a cookie and layout data; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to StoreExpandedNodes
ASPxTreeList
.SettingsCookies.StoreExpandedNodes
MVCxTreeList
.SettingsCookies.StoreExpandedNodes
TreeListSettings
.SettingsCookies.StoreExpandedNodes
TreeListSettings<RowType>
.SettingsCookies.StoreExpandedNodes

Remarks

When the TreeListSettingsCookies.Enabled property is set to true, the StoreExpandedNodes property specifies whether information on expanded nodes is saved to a cookie.

Additionally, the StoreExpandedNodes property specifies whether information on expanded nodes is saved to layout data when handling the ASPxTreeList.ClientLayout event or calling the ASPxTreeList.SaveClientLayout method.

See Also