TcxGridFindPanelOptions.ShowClearButton Property
Specifies if the Find Panel shows the Clear button.
Declaration
property ShowClearButton: Boolean read; write; default True;
Property Value
Type | Default |
---|---|
Boolean | True |
Remarks
A user can click the Clear button to clear the Find box and discard the active filter or search criteria.
Options include:
ShowClearButton Property Value | ||
Filter | Search | |
True | The Find Panel’s layout options can differently affect the button position:
| The button appears in the Find box if it is not empty. |
False | The button is hidden. A user can press the Esc key to clear the Find box when it is focused. |
Default Value
The ShowClearButton
property’s default value is True
.
See Also