MVCxTreeListSettingsCookies Members
Provides cookies settings for the TreeList.Constructors
| Name | Description |
|---|---|
| MVCxTreeListSettingsCookies() | Initializes a new instance of the MVCxTreeListSettingsCookies class with default settings. |
Properties
| 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. |
Methods
| Name | Description |
|---|---|
| Assign(TreeListSettingsBase) | Copies the settings from the specified TreeListSettingsBase object to the current object. Inherited from TreeListSettingsCookies. |
| Assign(PropertiesBase) | Copies the settings from the specified PropertiesBase object to the current object. Inherited from PropertiesBase. |
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ToString() | Returns the string that represents the current object. Inherited from StateManager. |
See Also