[]
public class FullTextFilterBehavior : C1Behavior<FlexGrid>, IComponent, IHandleEvent, IHandleAfterRender, IDependencyObject
Public Class FullTextFilterBehavior
Inherits C1Behavior(Of FlexGrid)
Implements IComponent, IHandleEvent, IHandleAfterRender, IDependencyObject
This behavior sets the CellFactory of the attached grid.
| Name | Description |
|---|---|
| FullTextFilterBehavior() |
| Name | Description |
|---|---|
| FilterStringProperty | Identifies the FilterString dependency property. |
| FilteredFieldsProperty | Identifies the FilteredFields dependency property. |
| HighlightStyleProperty | Identifies the HighlightStyle dependency property. |
| MatchBooleansProperty | Identifies the MatchBooleans dependency property. |
| MatchCaseProperty | Identifies the MatchCase dependency property. |
| MatchNumbersProperty | Identifies the MatchNumbers dependency property. |
| MatchWholeWordProperty | Identifies the MatchWholeWord dependency property. |
| TreatSpacesAsAndOperatorProperty | Identifies the TreatSpacesAsAndOperator dependency property. |
| Name | Description |
|---|---|
| FilterString | Gets or sets the string used to perform the filtering. |
| FilteredFields | Gets or sets the collection of fields data types that should be considered when performing full text filtering and highlighting in the grid. Only the data type listed here will be checked for matches when FilterString changes. |
| HighlightStyle | Gets or sets the style used to highlight the matches. |
| MatchBooleans | Gets or sets whether the filtered text should match boolean values. |
| 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. |
| TreatSpacesAsAndOperator | Specifies whether the spaces act as "AND" operator or the query should be matched as it is, including spaces. |
| Name | Description |
|---|---|
| OnAttachedTo(FlexGrid) | Called when the behavior is attached to the grid. |
| OnDetachingFrom(FlexGrid) | Called when the behavior is detaching from the grid. |