Skip to main content

PivotGridFieldFilterValues.ValuesCore Property

For internal use.

Namespace: DevExpress.XtraPivotGrid

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

Declaration

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

Property Value

Type
ICollection<DevExpress.XtraPivotGrid.PivotFilterValue>
See Also