menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FilterType - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    Class FilterType

    Specifies the FilterType to be used in LINQ methods.

    Inheritance
    System.Object
    FilterType
    Namespace: Syncfusion.DataSource
    Assembly: Syncfusion.DataSource.Portable.dll
    Syntax
    public sealed class FilterType : Enum

    Fields

    Between

    Checks for Between two date on the operands.

    Declaration
    public const FilterType Between
    Field Value
    Type
    FilterType

    Contains

    Checks for Contains on the string operands.

    Declaration
    public const FilterType Contains
    Field Value
    Type
    FilterType

    EndsWith

    Checks for EndsWith on the string operands.

    Declaration
    public const FilterType EndsWith
    Field Value
    Type
    FilterType

    Equals

    Checks Equals on the operands.

    Declaration
    public const FilterType Equals
    Field Value
    Type
    FilterType

    GreaterThan

    Checks for Greater Than on the operands.

    Declaration
    public const FilterType GreaterThan
    Field Value
    Type
    FilterType

    GreaterThanOrEqual

    Checks for Greater Than or Equal on the operands.

    Declaration
    public const FilterType GreaterThanOrEqual
    Field Value
    Type
    FilterType

    LessThan

    Performs LessThan operation.

    Declaration
    public const FilterType LessThan
    Field Value
    Type
    FilterType

    LessThanOrEqual

    Performs LessThan Or Equal operation.

    Declaration
    public const FilterType LessThanOrEqual
    Field Value
    Type
    FilterType

    NotEquals

    Checks for Not Equals on the operands.

    Declaration
    public const FilterType NotEquals
    Field Value
    Type
    FilterType

    StartsWith

    Checks for StartsWith on the string operands.

    Declaration
    public const FilterType StartsWith
    Field Value
    Type
    FilterType

    Undefined

    Returns invalid type

    Declaration
    public const FilterType Undefined
    Field Value
    Type
    FilterType
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved