TcxPivotGridFieldFilter.Values Property
Provides access to the field values that are used to create a filtering condition.
Declaration
property Values: TcxPivotGridVariantList read;
Property Value
Type |
---|
TcxPivotGridVariantList |
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