DataGridFilterTextInfo Class Members
In This Topic
The following tables list the members exposed by DataGridFilterTextInfo.
Public Constructors
Public Properties
| | Name | Description |
 | FilterCombination | When creating a filter using two or more FilterInfo instances, the filter combination is used to determine how to combine those instances: e.g. And, Or, None. (Inherited from C1.WPF.DataGrid.DataGridFilterInfo) |
 | FilterOperation | The current filter operation: e.g. for a text filter, the FilterOperation is one of: 'Contains', 'StartsWith'. (Inherited from C1.WPF.DataGrid.DataGridFilterInfo) |
 | FilterSource | Gets or sets an arbitrary object value that can be used to store custom information about the filter |
 | FilterType | The FilterType this FilterInfo applies to: Text or MultiValue |
 | MatchCase | To know MatchCase mode is enable or not |
 | MatchWholeWord | To know MatchWholeWord mode is enable or not |
 | TreatSpacesAsAndOperator | Specifies whether the spaces act as "AND" operator or the query should be matched as it is, including spaces. Default is false |
 | Value | The filter info value used when applying the filter. e.g. when creating a text filter: text.StartsWith("AAA"), the Value would be "AAA". (Inherited from C1.WPF.DataGrid.DataGridFilterInfo) |
Top
Public Methods
| | Name | Description |
 | Equals | Overridden. Determines whether the specified System.Object, is equal to this instance. |
 | GetHashCode | Overridden. Returns a hash code for this instance. |
Top
See Also