PivotGridFieldFilterValues.OLAPValuesCachePersistentString Property
Serializes OLAP cache values. For internal use.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
Declaration
[Browsable(false)]
[XtraSerializableProperty(10)]
[XtraSerializablePropertyId(100)]
public string OLAPValuesCachePersistentString { get; set; }
Property Value
Type | Description |
---|---|
String | A string that contains OLAP values in Base64 format. |
See Also