TcxGridFindPanelOptions.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
A grid View highlights text matches in all rows that meet the active search and/or filter criteria. A single row can have multiple text match highlights in different data item values. If a data item’s value has multiple text matches, the View highlights only the first match.
Set the HighlightSearchResults property to False to disable text match highlights.
The HighlightSearchResults property’s default value is True.
See Also