WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum FilterCompareOperator

    Show / Hide Table of Contents

    Enum FilterCompareOperator

    Comparison operator used by FilterCondition.

    Namespace: Syncfusion.Grouping
    Assembly: Syncfusion.Grouping.Base.dll
    Syntax
    public enum FilterCompareOperator

    Fields

    Name Description
    Custom

    A custom filter. A implementation object of ICustomFilter should be applied to the CustomFilter property of the FilterCondition object.

    Equals

    The value is equal.

    ExpressionMatch

    The left string matches the right regular expression with case insensitive. See ".NET Framework Regular Expressions" in MSDN Help to get more details and examples about regular expressions.

    GreaterThan

    The left value is greater than the right value.

    GreaterThanOrEqualTo

    The left value is greater than or equal to the right value.

    LessThan

    The left value is less than the right value.

    LessThanOrEqualTo

    The left value is less than or equal to the right value.

    Like

    The left string matches the right pattern with wildcard characters, character lists, or character ranges.

    Match

    The left string matches the right regular expression pattern. See ".NET Framework Regular Expressions" in MSDN Help for discussion and examples for regular expressions.

    NotEquals

    The value is not equal.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved