Skip to main content

TreeListSettingsCookies Class

Provides cookies and layout settings for ASPxTreeList.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

public class TreeListSettingsCookies :
    TreeListSettingsBase

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.

Implements

See Also