Back to Devexpress

TcxGridFindPanelOptions.HighlightSearchResults Property

vcl-cxgridcustomtableview-dot-tcxgridfindpaneloptions-2ada1eef.md

latest1.4 KB
Original Source

TcxGridFindPanelOptions.HighlightSearchResults Property

Specifies if the found text matches are highlighted.

Declaration

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

Property Value

TypeDefault
BooleanTrue

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

TcxControlOptionsFindPanel.HighlightSearchResults

TcxDataFindCriteria.GetTextStartPositionByRowIndex

TcxGridFindPanelOptions Class

TcxGridFindPanelOptions Members

cxGridCustomTableView Unit