menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class FilterPredicate

    Holds values for Filtering.

    Inheritance
    System.Object
    FilterPredicate
    Namespace: Syncfusion.DataSource
    Assembly: Syncfusion.DataSource.Portable.dll
    Syntax
    public class FilterPredicate : Object

    Constructors

    FilterPredicate()

    Initializes a new instance of the FilterPredicate class.

    Declaration
    public FilterPredicate()

    Properties

    FilterBehavior

    Gets or sets the type of the filter behavior.

    Declaration
    public FilterBehavior FilterBehavior { get; set; }
    Property Value
    Type Description
    FilterBehavior

    The type of the predicate.

    FilterType

    Gets or sets the type of the filter.

    Declaration
    public FilterType FilterType { get; set; }
    Property Value
    Type Description
    FilterType

    The type of the filter.

    FilterValue

    Gets or sets the filter value.

    Declaration
    public object FilterValue { get; set; }
    Property Value
    Type Description
    System.Object

    The filter value.

    IsCaseSensitive

    Gets or sets a value indicating whether this instance is case sensitive.

    Declaration
    public bool IsCaseSensitive { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if this instance is case sensitive; otherwise, false.

    PredicateType

    Gets or sets the type of the predicate.

    Declaration
    public PredicateType PredicateType { get; set; }
    Property Value
    Type Description
    PredicateType

    The type of the predicate.

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