TcxPivotGridOptionsCustomize.Filtering Property
In This Article
Specifies if fields can be filtered.
#Declaration
Delphi
property Filtering: Boolean index 0 read; write; default True;
#Property Value
Type | Default |
---|---|
Boolean | True |
#Remarks
Users can use the field’s filter to keep unwanted items invisible. The field’s drop-down list will be available to end-users when the field is located in one of the three drop zones – column, row, header, or filter area.
Set the Filtering property to False, to disable the filtering of fields, which are located in the above areas (the filter button won’t be drawn within field headers).
Note
A field’s Options.
The default value of the Filtering property is True.
See Also