menu

Blazor

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

    Show / Hide Table of Contents

    Class FilterType

    Defines the filter type for Tree Grid FilterBar - Specifies the filter type as filter bar.
    Excel - Specifies the filter type as excel.
    Menu- Specifies the filter type as menu.

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

    Fields

    Excel

    Specifies the filter type as excel.

    Declaration
    public const FilterType Excel
    Field Value
    Type Description
    FilterType

    FilterBar

    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 - 2023 Syncfusion Inc. All Rights Reserved