[]
        
(Showing Draft Content)

C1.Win.C1FlexGrid.SearchApplyingEventArgs.-ctor

SearchApplyingEventArgs Constructor

SearchApplyingEventArgs(string, bool, bool, bool, bool)

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

Declaration
[Obsolete("Call constructor with HighlightMode argument instead.")]
public SearchApplyingEventArgs(string text, bool highlight, bool filter, bool onlyVisibleColumns, bool onlyVisibleRows)
Parameters
Type Name Description
string text

The words to search.

bool highlight

Determines whether search results are highlighted.

bool filter

Determines whether the search results are filtered.

bool onlyVisibleColumns

Determines whether to search only in visible columns.

bool onlyVisibleRows

Determines whether to search only in visible rows.

SearchApplyingEventArgs(string, SearchHighlightMode, bool, bool, bool)

Initializes a new instance of the SearchApplyingEventArgs class.

Declaration
public SearchApplyingEventArgs(string text, SearchHighlightMode highlightMode, bool filter, bool onlyVisibleColumns, bool onlyVisibleRows)
Parameters
Type Name Description
string text

The words to search.

SearchHighlightMode highlightMode

Determines how to search results are highlighted.

bool filter

Determines whether the search results are filtered.

bool onlyVisibleColumns

Determines whether to search only in visible columns.

bool onlyVisibleRows

Determines whether to search only in visible rows.