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 Members

Contains filter values for a specific field.

#Constructors

Name Description
Create(TcxPivotGridField) Initializes a new instance of the TcxPivotGridFieldFilter class with specified settings.

#Properties

Name Description
Field Provides access to the field which the filter is applied to.
FilterType Specifies the field‘s filter type.
HasFilter Indicates whether a filtering condition for a field is set up.
PivotGrid Provides access to the pivot grid control that owns the field which the current filter is applied to.
Values Provides access to the field values that are used to create a filtering condition.

#Methods
Show Inherited Hide Inherited

Name Description
Assign(TPersistent) Inherited from TPersistent.
AssignTo(TPersistent) Inherited from TPersistent.
Clear Clears the field’s filter.
Contains(Variant) Indicates whether the resulting set contains the specified value.
Equals(TObject) Inherited from TObject.
GetHashCode Inherited from TObject.
GetNamePath Inherited from TPersistent.
GetOwner Inherited from TPersistent.
ToString Inherited from TObject.

#Events

Name Description
OnChange Fires after the current filter has been changed.
See Also