SearchAppliedEventArgs Class Members
In This Topic
The following tables list the members exposed by SearchAppliedEventArgs.
Public Constructors
Public Properties
| Name | Description |
| Filter | Gets whether the search results are filtered. |
| Highlight | Gets whether the search results are highlighted. This property is obsolete. Use HighlightMode instead. |
| HighlightMode | Gets whether how to the search results are highlighted. |
| OnlyVisibleColumns | Gets whether to search only in visible columns. |
| OnlyVisibleRows | Gets whether to search only in visible rows. |
| Text | Gets the words to search. |
Top
See Also