C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridFilterRow Class / MatchWholeWord Property


In This Topic
MatchWholeWord Property (GridFilterRow)
In This Topic
Gets or sets whether the filtered text should match the whole word.
Syntax
'Declaration
 
Public Property MatchWholeWord As Boolean
 
'Usage
 
Dim instance As GridFilterRow
Dim value As Boolean
 
instance.MatchWholeWord = value
 
value = instance.MatchWholeWord
See Also