TcxPivotGridFieldFilter.Values Property
In This Article
Provides access to the field values that are used to create a filtering condition.
#Declaration
Delphi
property Values: TcxPivotGridVariantList read;
#Property Value
Type |
---|
Tcx |
#Remarks
The Values property contains a list of field values that are used to create a filtering condition. The type of the condition is determined by the FilterType clause.
Use the HasFilter property to determine whether a filter condition is set up (i.e. a filter is applied to a field).
See Also