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

In This Topic
    MatchCase Property (DataGridFilterTextInfo)
    In This Topic
    To know MatchCase mode is enable or not
    Syntax
    'Declaration
     
    
    Public Property MatchCase As Boolean
    public bool MatchCase {get; set;}
    See Also