TreeListDataCacheMode Enum
Lists values that specify whether data caching is enabled.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Members
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:
|
Related API Members
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