Skip to main content

TcxPivotGridOptionsCustomize.Filtering Property

Determines whether fields can be filtered.

Declaration

property Filtering: Boolean index 0 read; write; default True;

Property Value

Type Default
Boolean True

Remarks

End-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 – row header area, column header area or filter header 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.Filtering property specifies filtering availability for a specific field. If values of these options are opposite, the value of False has a priority.

The default value of the Filtering property is True.

See Also