alexa
menu

ASP.NET Core - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class FilterType

    Defines the filter type.

    Inheritance
    System.Object
    FilterType
    Namespace: Syncfusion.EJ2.MultiColumnComboBox
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public sealed class FilterType : Enum

    Fields

    Contains

    Checks whether a value contains with specified value.

    Declaration
    public const FilterType Contains
    Field Value
    Type
    FilterType

    EndsWith

    Checks whether a value ends with specified value.

    Declaration
    public const FilterType EndsWith
    Field Value
    Type
    FilterType

    StartsWith

    Checks whether a value begins with the specified value.

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