aspnet-devexpress-dot-web-dot-aspxtreelist-7bfadf50.md
Lists values that specify whether data caching is enabled.
Namespace : DevExpress.Web.ASPxTreeList
Assembly : DevExpress.Web.ASPxTreeList.v25.2.dll
NuGet Package : DevExpress.Web
public enum TreeListDataCacheMode
Public Enum TreeListDataCacheMode
| Name | Description |
|---|---|
Enabled |
Enables data caching.
|
| Disabled |
Disables data caching.
|
| Auto |
The ASPxTreeList enables or disables data caching on demand. Data cashing is enabled if at least one of the following conditions are met:
|
The following properties accept/return TreeListDataCacheMode values:
| Library | Related API Members |
|---|---|
| ASP.NET Web Forms Controls | ASPxTreeList.DataCacheMode |
| ASP.NET MVC Extensions | TreeListSettings.DataCacheMode |
See Also