MVCxTreeListSettingsCookies Properties
Provides cookies settings for the TreeList.Name | Description |
---|---|
CookiesID | Gets or sets the cookie’s name (identifier). Inherited from TreeListSettingsCookies. |
Enabled | Gets or sets whether cookies are enabled. Inherited from TreeListSettingsCookies. |
StoreColumnsVisiblePosition | Gets or sets whether a cookie and layout data contain information on a column’s visible position. Inherited from TreeListSettingsCookies. |
StoreColumnsWidth | Gets or sets whether a cookie and layout data contain information on a column’s width. Inherited from TreeListSettingsCookies. |
StoreControlWidth | Gets or sets whether a cookie and layout data contain information on the ASPxTreeList control width. Inherited from TreeListSettingsCookies. |
StoreExpandedNodes | Gets or sets whether a cookie and layout data contain information on expanded nodes. Inherited from TreeListSettingsCookies. |
StoreFiltering | Gets or sets whether a cookie and layout data contain information on the filter criteria applied to the control. Inherited from TreeListSettingsCookies. |
StorePaging | Gets or sets whether a cookie and layout data contain information on the active page. Inherited from TreeListSettingsCookies. |
StoreSearchPanelFiltering | Gets or sets whether a cookie and layout data contain information on the search panel filter. Inherited from TreeListSettingsCookies. |
StoreSelection | Gets or sets whether a cookie and layout data contain information on selected nodes. Inherited from TreeListSettingsCookies. |
StoreSorting | Gets or sets whether a cookie and layout data contain information on sorting applied to ASPxTreeList. Inherited from TreeListSettingsCookies. |
Version | Gets or sets the cookie’s version. Inherited from TreeListSettingsCookies. |
See Also