alexa
menu

ASP.NET Core - EJ2

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

    Show / Hide Table of Contents

    Class FilterType

    Defines types of filters available in TreeGrids. The available filter types are: Menu: Applies a dialog-based filtering option, where users can select operators such as 'equals', 'contains', etc., and enter filter values for more granular control. Excel: Provides Excel-like filtering capabilities. FilterBar: Uses a filter bar at the top of each column.

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

    Fields

    Excel

    Declaration
    public const FilterType Excel
    Field Value
    Type
    FilterType

    FilterBar

    Declaration
    public const FilterType FilterBar
    Field Value
    Type
    FilterType

    Menu

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