FlexGrid for WPF | ComponentOne
C1.WPF.FlexGridFilter.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / Condition Class / Operator Property

In This Topic
    Operator Property (Condition)
    In This Topic
    Gets or sets the operator used by this condition.
    Syntax
    'Declaration
     
    Public Property Operator As ConditionOperator
    public ConditionOperator Operator {get; set;}
    See Also