FlexGrid for WPF | ComponentOne
C1.WPF.FlexGridFilter.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / C1FlexGridFilterRow Class / MatchCase Property

In This Topic
    MatchCase Property (C1FlexGridFilterRow)
    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