Xamarin.iOS

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FilterOperatorType - Xamarin.iOS 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 Description
    FilterOperatorType

    Equals

    Does an Equals operation on filters.

    Declaration
    public const FilterOperatorType Equals
    Field Value
    Type Description
    FilterOperatorType

    StartsWith

    Does an StartsWith operation on filters.

    Declaration
    public const FilterOperatorType StartsWith
    Field Value
    Type Description
    FilterOperatorType

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved