PivotGridFieldFilterValues.ValuesCore Property
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(XtraSerializationVisibility.Collection, true, false, false)]
public ICollection<PivotFilterValue> ValuesCore { get; }
Property Value
Type |
---|
ICollection<DevExpress.XtraPivotGrid.PivotFilterValue> |
See Also