TcxPivotGridFieldOptions.Filtering Property
In This Article
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 Options
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