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