Skip to main content

PivotGridFieldFilterValues.OLAPValuesCachePersistentString Property

Serializes OLAP cache values. For internal use.

Namespace: DevExpress.XtraPivotGrid

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

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

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

Property Value

Type Description
String

A string that contains OLAP values in Base64 format.

See Also