ComponentOne Xamarin.Android
MatchWholeWord Property (FilterTextExpression)


C1.CollectionView Assembly > C1.CollectionView Namespace > FilterTextExpression Class : MatchWholeWord Property
To know MatchWholeWord mode is enable or not
Syntax
'Declaration
 
Public Property MatchWholeWord As Boolean
'Usage
 
Dim instance As FilterTextExpression
Dim value As Boolean
 
instance.MatchWholeWord = value
 
value = instance.MatchWholeWord
public bool MatchWholeWord {get; set;}
See Also

Reference

FilterTextExpression Class
FilterTextExpression Members