Skip to main content
A newer version of this page is available. .

PivotGridFieldFilterValues.OLAPValuesCachePersistentString Property

Serializes OLAP cache values. For internal use.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v19.2.Core.dll

Declaration

[Browsable(false)]
public string OLAPValuesCachePersistentString { get; set; }

Property Value

Type Description
String

A string that contains OLAP values in Base64 format.

See Also