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.HighlightSearchResults Property

Specifies if the found text matches are highlighted.

#Declaration

Delphi
property HighlightSearchResults: Boolean read; write; default True;

#Property Value

Type Default
Boolean True

#Remarks

The Find Panel highlights found text matches in all data rows that meet the active search and/or filter criteria. A single search result can have multiple text match highlights in different data item values. If a data item’s value has multiple text matches, only the first match is highlighted.

Set the HighlightSearchResults property to False to disable text match highlights.

The HighlightSearchResults property’s default value is True.

See Also