WinForms

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

    Show / Hide Table of Contents

    Enum FilterCase

    Represents the values that specify the filter cases.

    Namespace: Syncfusion.Olap.Reports
    Assembly: Syncfusion.Olap.Base.dll
    Syntax
    public enum FilterCase

    Fields

    Name Description
    Between

    The filter case is of type between.

    EqualTo

    The filter case is of type equal to.

    GreaterThan

    The filter case is of type greater than.

    GreaterThanOrEqualTo

    The filter case is of type greater than or equal to.

    LessThan

    The filter case is of type less than.

    LessThanOrEqualTo

    The filter case is of type less than or equal to.

    NotBetween

    The filter case is of type not between.

    NotEquals

    The filter case is of type not equals.

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