C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / FullTextFilterBehavior Class / TreatSpacesAsAndOperator Property


In This Topic
TreatSpacesAsAndOperator Property
In This Topic
Specifies whether the spaces act as "AND" operator or the query should be matched as it is, including spaces.
Syntax
'Declaration
 
Public Property TreatSpacesAsAndOperator As Boolean
 
'Usage
 
Dim instance As FullTextFilterBehavior
Dim value As Boolean
 
instance.TreatSpacesAsAndOperator = value
 
value = instance.TreatSpacesAsAndOperator
See Also