ComponentOne Xamarin.Android
MatchCase Property (FilterTextExpression)


C1.CollectionView Assembly > C1.CollectionView Namespace > FilterTextExpression Class : MatchCase Property
To know MatchCase mode is enable or not
Syntax
'Declaration
 
Public Property MatchCase As Boolean
'Usage
 
Dim instance As FilterTextExpression
Dim value As Boolean
 
instance.MatchCase = value
 
value = instance.MatchCase
public bool MatchCase {get; set;}
See Also

Reference

FilterTextExpression Class
FilterTextExpression Members