True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / C1DataColumn Class / FilterEscape Property

In This Topic
    FilterEscape Property (C1DataColumn)
    In This Topic
    Gets or sets the characters that should be ignored when applying the filter criteria to the datasource.
    Syntax
    'Declaration
     
    Public Property FilterEscape As System.String
    public System.string FilterEscape {get; set;}
    See Also