Skip to main content

PivotGridFieldFilterValues.ValuesCore Property

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 ICollection<PivotFilterValue> ValuesCore { get; }

Property Value

Type
ICollection<DevExpress.XtraPivotGrid.PivotFilterValue>
See Also