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