TreeListSettingsCookies Class
Provides cookies and layout settings for ASPxTreeList.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.2.dll
Declaration
Related API Members
The following members return TreeListSettingsCookies objects:
Remarks
The TreeListSettingsCookies class provides a set of properties that are applied to cookies and layout storing settings. An object of the TreeListSettingsCookies class can be accessed by the ASPxTreeList.SettingsCookies property.
Cookies
The properties provided by the TreeListSettingsCookies class allow you to enable cookies and specify which information on the ASPxTreeList state can be saved to cookies. To enable cookies, set the TreeListSettingsCookies.Enabled property to
true
.Layout Storing
The properties provided by the TreeListSettingsCookies class allow you to specify which information on the ASPxTreeList layout will be saved when handling the ASPxTreeList.ClientLayout event or calling the ASPxTreeList.SaveClientLayout method.