Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

PivotCache.CacheType Property

Gets the type of the PivotCache source.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v20.2.Core.dll

Declaration

PivotCacheType CacheType { get; }

Property Value

Type Description
PivotCacheType

A PivotCacheType enumeration member that specifies the cache type.

Remarks

Use the CacheType property to get the type of the source data stored in the pivot cache. Currently, the SpreadsheetControl can operate only with the pivot caches of the PivotCacheType.Worksheet and PivotCacheType.Consolidation types. A pivot cache with an external source is not supported.

See Also