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

TcxPivotGridFieldOptions.Filtering Property

Determines whether a field can be filtered.

#Declaration

Delphi
property Filtering: Boolean read; write; default True;

#Property Value

Type Default
Boolean True

#Remarks

End-users can use the field’s filter to make unwanted items invisible via its dropdown list. Set the Filtering property to False, to disable filtering (the filter button won’t be drawn within the field’s header).

Note

The Filtering property specifies the filtering availability for a specific field. To specify it for all the fields, which are allocated in the pivot grid, use the pivot grid’s OptionsCustomize.Filtering property.

Use the FilteringPopupIncrementalFiltering property to enable the incremental filtering feature for the drop-down list.

The default value of the Filtering property is True.

See Also