Back to Devexpress

TcxControlOptionsFindPanel.HighlightSearchResults Property

vcl-cxinplacecontainer-dot-tcxcontroloptionsfindpanel-7db63807.md

latest1.4 KB
Original Source

TcxControlOptionsFindPanel.HighlightSearchResults Property

Specifies if the found text matches are highlighted.

Declaration

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

Property Value

TypeDefault
BooleanTrue

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

TcxDataFindCriteria.GetTextStartPositionByRowIndex

TcxGridFindPanelOptions.HighlightSearchResults

TcxControlOptionsFindPanel Class

TcxControlOptionsFindPanel Members

cxInplaceContainer Unit