Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxControlOptionsFindPanel.ShowClearButton Property

Specifies if the Find Panel shows the Clear button.

#Declaration

Delphi
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:

Value

Mode

Filter

Search

True

The Find Panel’s layout options can differently affect the button position:

  • Default Layout – The button appears at the right of the Find box.

  • Compact Layout – The button appears in the Find box if it is not empty.

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.

Use the scxTreeListFindPanelClearButtonCaption and scxSvgFindPanelClearButtonCaption resource strings to localize the button’s caption in the ExpressQuantumTreeList Suite and ExpressVerticalGrid Suite DevExpress VCL products.

The ShowClearButton property’s default value is True.

See Also