TcxCustomGridTableViewStyles.SearchResultHighlight Property
In This Article
Specifies the style of the search results highlighted in grid records.
#Declaration
Delphi
property SearchResultHighlight: TcxStyle index vsSearchResultHighlight read; write;
#Property Value
Type | Description |
---|---|
Tcx |
Stores appearance settings for a UI element. |
#Remarks
The SearchResultHighlight
property is in effect only if the View’s FindPanel.HighlightSearchResults property is set to True
.
See Also