Blazor

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

    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

    Defines the Contains filter type.

    Declaration
    public const FilterType Contains
    Field Value
    Type Description
    FilterType

    EndsWith

    Defines the EndsWith filter type.

    Declaration
    public const FilterType EndsWith
    Field Value
    Type Description
    FilterType

    StartsWith

    Defines the StartsWith filter type.

    Declaration
    public const FilterType StartsWith
    Field Value
    Type Description
    FilterType

    value__

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