ComponentOne DataFilter for WPF
C1.WPF.DataFilter Namespace / FullTextFilterPresenter Class / MatchCase Property

In This Topic
    MatchCase Property (FullTextFilterPresenter)
    In This Topic
    Gets or sets value of MatchCase checkbox.
    Syntax
    'Declaration
     
    
    Public Property MatchCase As Boolean
    public bool MatchCase {get; set;}
    See Also