Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxPivotGridFieldFilter.Values Property

Provides access to the field values that are used to create a filtering condition.

#Declaration

Delphi
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