menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class FilterOperatorType

    Defines the various constants for filtering operations in SfDataGrid.

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

    Fields

    Contains

    Does an Contains operation on filters.

    Declaration
    public const FilterOperatorType Contains
    Field Value
    Type
    FilterOperatorType

    Equals

    Does an Equals operation on filters.

    Declaration
    public const FilterOperatorType Equals
    Field Value
    Type
    FilterOperatorType

    StartsWith

    Does an StartsWith operation on filters.

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