TcxGridFilterBox.Visible Property
In This Article
Specifies when the filter panel is visible.
#Declaration
Delphi
property Visible: TcxGridFilterVisible read; write; default fvNonEmpty;
#Property Value
Type | Default |
---|---|
Tcx |
fv |
#Remarks
Options include:
Value | Description |
---|---|
fv |
The filter panel is always hidden. |
fv |
The filter panel is visible when a filter is specified for the View. |
fv |
The filter panel is always visible. |
The Visible property’s default value if fvNonEmpty.
See Also