Back to Devexpress

TreeListDataCacheMode Enum

aspnet-devexpress-dot-web-dot-aspxtreelist-7bfadf50.md

latest1.7 KB
Original Source

TreeListDataCacheMode Enum

Lists values that specify whether data caching is enabled.

Namespace : DevExpress.Web.ASPxTreeList

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

NuGet Package : DevExpress.Web

Declaration

csharp
public enum TreeListDataCacheMode
vb
Public Enum TreeListDataCacheMode

Members

NameDescription
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:

  • data paging is enabled;
  • the number of visible nodes divided by the number of visible columns is less than 1,000 (avoids a heavy callback state).

|

The following properties accept/return TreeListDataCacheMode values:

LibraryRelated API Members
ASP.NET Web Forms ControlsASPxTreeList.DataCacheMode
ASP.NET MVC ExtensionsTreeListSettings.DataCacheMode

See Also

DataCacheMode

Tree List

DevExpress.Web.ASPxTreeList Namespace