Back to Devexpress

TcxControlOptionsFindPanel.ClearFindFilterTextOnClose Property

vcl-cxinplacecontainer-dot-tcxcontroloptionsfindpanel-c3e8eb70.md

latest1.4 KB
Original Source

TcxControlOptionsFindPanel.ClearFindFilterTextOnClose Property

Specifies if the Find Panel clears its Find box when closed.

Declaration

delphi
property ClearFindFilterTextOnClose: Boolean read; write; default True;

Property Value

TypeDefault
BooleanTrue

Remarks

The Find Panel clears the search string and removes the corresponding filter or search criteria when closed. Set this property to False to preserve them when the panel closes. In this case, a user needs to clear the Find box manually to discard the active filter or search criteria.

The ClearFindFilterTextOnClose property’s default value is True.

See Also

TcxControlOptionsFindPanel.ShowClearButton

TcxControlOptionsFindPanel.ShowCloseButton

TcxGridFindPanelOptions.ClearFindFilterTextOnClose

TcxControlOptionsFindPanel Class

TcxControlOptionsFindPanel Members

cxInplaceContainer Unit