True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.8 Assembly / C1.Win.C1TrueDBGrid Namespace / C1TrueDBDropdown Class / CaseSensitive Property

In This Topic
    CaseSensitive Property (C1TrueDBDropdown)
    In This Topic
    True if string comparisons are case-sensitive; otherwise, False. Default: False
    Syntax
    'Declaration
     
    Public Property CaseSensitive As System.Boolean
    public System.bool CaseSensitive {get; set;}
    See Also