ComponentOne Xamarin.iOS
MatchCase Property (FullTextFilterBehavior)


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

Reference

FullTextFilterBehavior Class
FullTextFilterBehavior Members