[]
        
(Showing Draft Content)

C1.Win.C1FlexGrid.SearchAppliedEventArgs

SearchAppliedEventArgs Class

Provides data for the SearchApplied event.

Inheritance
SearchAppliedEventArgs
Namespace: C1.Win.C1FlexGrid
Assembly: C1.Win.C1FlexGrid.4.8.dll
Syntax
public class SearchAppliedEventArgs : EventArgs

Constructors

Name Description
SearchAppliedEventArgs(string, SearchHighlightMode, bool, bool, bool)

Initializes a new instance of the SearchAppliedEventArgs class.

SearchAppliedEventArgs(string, bool, bool, bool, bool)

Initializes a new instance of the SearchAppliedEventArgs class. This constructor is obsolete. Call constructor with HighlightMode argument instead.

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.