menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class PredicateType

    Defines the various constants for Predicate type of Filters.

    Inheritance
    System.Object
    PredicateType
    Namespace: Syncfusion.Data
    Assembly: Syncfusion.Data.Portable.dll
    Syntax
    public sealed class PredicateType : Enum

    Fields

    And

    Does an AND operation on filters.

    Declaration
    public const PredicateType And
    Field Value
    Type
    PredicateType

    AndAlso

    Does an ANDALSO operation on filters.

    Declaration
    public const PredicateType AndAlso
    Field Value
    Type
    PredicateType

    Or

    Does an OR operation on filters.

    Declaration
    public const PredicateType Or
    Field Value
    Type
    PredicateType

    OrElse

    Does an ORELSE operation on filters.

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