ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid.Filters Namespace / C1FullTextSearchBehavior Class / MatchCase Property

In This Topic
    MatchCase Property (C1FullTextSearchBehavior)
    In This Topic
    Gets or sets whether the filtered text should match the case too.
    Syntax
    'Declaration
     
    
    Public Property MatchCase As Boolean
    public bool MatchCase {get; set;}
    See Also