Blazor

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

    Show / Hide Table of Contents

    Class FilterType

    Defines types of Filter.

    • FilterBarDefault. Specifies the filter type as filter bar.
    • MenuSpecifies the filter type as menu.
    • CheckBoxSpecifies the filter type as check box.
    • ExcelSpecifies the filter type as excel.
    Inheritance
    System.Object
    FilterType
    Namespace: Syncfusion.Blazor.Grids
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class FilterType : Enum

    Fields

    CheckBox

    Specifies the filter type as check box.

    Declaration
    public const FilterType CheckBox
    Field Value
    Type Description
    FilterType

    Excel

    Specifies the filter type as excel.

    Declaration
    public const FilterType Excel
    Field Value
    Type Description
    FilterType

    FilterBar

    Default. Specifies the filter type as filter bar.

    Declaration
    public const FilterType FilterBar
    Field Value
    Type Description
    FilterType

    Menu

    Specifies the filter type as menu.

    Declaration
    public const FilterType Menu
    Field Value
    Type Description
    FilterType

    value__

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