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


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