TcxCustomGridTableViewStyles.SearchResultHighlight Property
Specifies the style of the search results highlighted in grid records.
Declaration
property SearchResultHighlight: TcxStyle index vsSearchResultHighlight read; write;
Property Value
| Type | Description |
|---|---|
| TcxStyle | 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