Skip to main content

TcxGridFindPanelOptions.ClearFindFilterTextOnClose Property

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

Declaration

property ClearFindFilterTextOnClose: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

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

The ClearFindFilterTextOnClose property’s default value is True.

See Also