ComponentOne Xamarin.iOS
MatchWholeWord Property (FullTextFilterBehavior)


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > FullTextFilterBehavior Class : MatchWholeWord Property
Gets or sets whether the filtered text should match the whole word.
Syntax
'Declaration
 
Public Property MatchWholeWord As Boolean
'Usage
 
Dim instance As FullTextFilterBehavior
Dim value As Boolean
 
instance.MatchWholeWord = value
 
value = instance.MatchWholeWord
public bool MatchWholeWord {get; set;}
See Also

Reference

FullTextFilterBehavior Class
FullTextFilterBehavior Members