ComponentOne Xamarin Edition
FilterTextExpression Class Properties

C1.CollectionView Assembly > C1.CollectionView Namespace : FilterTextExpression Class

For a list of all members of this type, see FilterTextExpression members.

Public Properties
 NameDescription
Public Property The current filter operation: e.g. for a text filter, the FilterOperation is one of: 'Contains', 'StartsWith'. (Inherited from C1.CollectionView.FilterOperationExpression)
Public Property Path of the data item used get the value to which the expression will be applied. (Inherited from C1.CollectionView.FilterOperationExpression)
Public Property To know MatchCase mode is enable or not  
Public Property To know MatchWholeWord mode is enable or not  
Public Property 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.CollectionView.FilterOperationExpression)
Top
See Also

Reference

FilterTextExpression Class
C1.CollectionView Namespace