TcxPivotGridOptionsView.FilterFields Property
In This Article
Specifies whether the filter header area is visible.
#Declaration
Delphi
property FilterFields: Boolean read; write; default True;
#Property Value
Type | Default |
---|---|
Boolean | True |
#Remarks
Set the FilterFields property to False, to hide the filter header area.
The default value of the FilterFields property is True.
See Also