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

PivotGridFieldFilterValues.ValuesCore Property

For internal use.

Namespace: DevExpress.XtraPivotGrid

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

NuGet Package: DevExpress.PivotGrid.Core

Declaration

[Browsable(false)]
public ICollection<PivotFilterValue> ValuesCore { get; }

Property Value

Type
ICollection<DevExpress.XtraPivotGrid.PivotFilterValue>
See Also