alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Enum FilterType

    Allows you to set the specific filter type to display the filter members in the pivot table. They are: Include - Specifies the filter type as include for member filter. Exclude - Specifies the filter type as exclude for member filter. Label - Specifies the filter type as label for header filter. Date - Specifies the filter type as date for date based filter. Number - Specifies the filter type as number for number based filter. Value - Specifies the filter type as value for value based filter.

    Namespace: Syncfusion.Blazor.PivotView
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public enum FilterType

    Fields

    Name Description
    Date

    Date - Specifies the filter type as date for date based filter.

    Exclude

    Exclude - Specifies the filter type as exclude for member filter.

    Include

    Include - Specifies the filter type as include for member filter.

    Label

    Label - Specifies the filter type as label for header filter.

    Number

    Number - Specifies the filter type as number for number based filter.

    Value

    Value - Specifies the filter type as value for value based filter.

    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved