TcxPivotGridOptionsPrefilter.Visible Property
In This Article
Specifies when the prefilter panel is displayed.
#Declaration
Delphi
property Visible: TcxPivotGridPrefilterVisible read; write; default pfvNonEmpty;
#Property Value
Type | Default |
---|---|
Tcx |
pfv |
#Remarks
Options include:
Value | Meaning |
---|---|
pfv |
The prefilter panel is always invisible. |
pfv |
The prefilter panel is visible if prefilter conditions are applied to the pivot grid. |
pfv |
The prefilter panel is always visible. |
The default value of the Visible property is pfvNonEmpty.
See Also