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

PivotGridFieldFilterValues.ValuesCore Property

For internal use.

Namespace: DevExpress.XtraPivotGrid

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

Declaration

[Browsable(false)]
[XtraSerializableProperty(XtraSerializationVisibility.Collection, true, false, false)]
public ICollection<PivotFilterValue> ValuesCore { get; }

Property Value

Type
ICollection<DevExpress.XtraPivotGrid.PivotFilterValue>
See Also