Name | Description | |
---|---|---|
C1FullTextFilter Constructor | Overloaded. |
The following tables list the members exposed by C1FullTextFilter.
Name | Description | |
---|---|---|
C1FullTextFilter Constructor | Overloaded. |
Name | Description | |
---|---|---|
FilterEntryProperty | Gets or sets the Entry field used to perform the query. | |
HighlightedBackgroundProperty | Gets or sets the brush used to highlight the cell background that matches the searched text. | |
HighlightedForegroundProperty | Gets or sets the brush used to highlight the cell foreground that matches the searched text. | |
MatchCaseProperty | Gets or sets whether the filtered text should match the whole word. | |
MatchNumbersProperty | Gets or sets whether number columns should be taken into account. | |
MatchWholeWordProperty | Gets or sets whether the filtered text should match the whole word. | |
ModeProperty | Specifies whether the spaces act as "AND" operator or the query should be matched as it is, including spaces. | |
TextChangedDelayProperty | Gets or sets the delay time used to filter after the last typed character. | |
TreatSpacesAsAndOperatorProperty | Specifies whether the spaces act as "AND" operator or the query should be matched as it is, including spaces. |
Name | Description | |
---|---|---|
Delay | Gets or sets the delay time used to filter after the last typed character. | |
DependencyObjectType | (Inherited from System.Windows.DependencyObject) | |
Dispatcher | (Inherited from System.Windows.Threading.DispatcherObject) | |
FilterEntry | Gets or sets the Entry field used to perform the query. | |
HighlightedBackground | Gets or sets the brush used to highlight the cell background that matches the searched text. | |
HighlightedForeground | Gets or sets the brush used to highlight the cell foreground that matches the searched text. | |
IsSealed | (Inherited from System.Windows.DependencyObject) | |
MatchCase | Gets or sets whether the filtered text should match the case too. | |
MatchNumbers | Gets or sets whether number columns should be taken into account. | |
MatchWholeWord | Gets or sets whether the filtered text should match the whole word. | |
Mode | Gets or sets the mode the filter will be performed. | |
NullValueString | ||
Owner | Gets or sets the C1FlexGrid that owns this filter. | |
TreatSpacesAsAndOperator | Specifies whether the spaces act as "AND" operator or the query should be matched as it is, including spaces. | |
UseCollectionView | Gets or sets whether the filter should be applied to the grid's data source. |
Name | Description | |
---|---|---|
Apply | Applies the current filters to the rows currently loaded on the grid. | |
ClearValue | Overloaded. (Inherited from System.Windows.DependencyObject) | |
CoerceValue | (Inherited from System.Windows.DependencyObject) | |
Equals | (Inherited from System.Windows.DependencyObject) | |
GetHashCode | (Inherited from System.Windows.DependencyObject) | |
GetValue | (Inherited from System.Windows.DependencyObject) | |
InvalidateProperty | (Inherited from System.Windows.DependencyObject) | |
ReadLocalValue | (Inherited from System.Windows.DependencyObject) | |
SetCurrentValue | (Inherited from System.Windows.DependencyObject) | |
SetValue | Overloaded. (Inherited from System.Windows.DependencyObject) |
Name | Description | |
---|---|---|
OnFilterApplied | Raises the FilterApplied event. | |
OnFilterChanged | Raises the FilterChanged event. | |
OnPropertyChanged | (Inherited from System.Windows.DependencyObject) |
Name | Description | |
---|---|---|
FilterApplied | Occurs when the filter is applied to the grid. |