[]
        
(Showing Draft Content)

C1.Win.FlexGrid.SearchApplyingEventArgs

SearchApplyingEventArgs Class

Provides data for the SearchApplying event.

Inheritance
SearchApplyingEventArgs
Namespace: C1.Win.FlexGrid
Assembly: C1.Win.FlexGrid.8.dll
Syntax
public class SearchApplyingEventArgs : CancelEventArgs

Constructors

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

Initializes a new instance of the SearchApplyingEventArgs class.

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

Initializes a new instance of the SearchApplyingEventArgs 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.