TcxControlOptionsFindPanel.HighlightSearchResults Property
Specifies if the found text matches are highlighted.
Declaration
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