menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FilterType - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class FilterType

    Determines on which filter type, the component needs to be considered on search action.

    Inheritance
    System.Object
    FilterType
    Namespace: Syncfusion.Blazor.DropDowns
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class FilterType : Enum

    Fields

    Contains

    Filter items where the search term is found anywhere within the item's value.

    Declaration
    public const FilterType Contains
    Field Value
    Type
    FilterType

    EndsWith

    Filter items where the item's value ends with the search term.

    Declaration
    public const FilterType EndsWith
    Field Value
    Type
    FilterType

    StartsWith

    Filter items where the item's value starts with the search term.

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