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

In This Topic
    FilterOperator Property (C1DataColumn)
    In This Topic
    Gets or sets the operator that is used for a filter expression.
    Syntax
    'Declaration
     
    Public Property FilterOperator As System.String
    public System.string FilterOperator {get; set;}
    See Also