menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PivotFieldListFilterSetting - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PivotFieldListFilterSetting

    Inheritance
    System.Object
    Syncfusion.EJ2.EJTagHelper
    PivotFieldListFilterSetting
    Namespace: Syncfusion.EJ2.PivotView
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class PivotFieldListFilterSetting : EJTagHelper

    Constructors

    PivotFieldListFilterSetting()

    Declaration
    public PivotFieldListFilterSetting()

    Properties

    Condition

    Allows you to choose the operator type such as equals, greater than, less than, etc. for conditional-based filtering.

    It is applicable only for label and value filtering.

    Declaration
    public Operators Condition { get; set; }
    Property Value
    Type Description
    Operators

    The default value is Operators.DoesNotEquals

    Items

    Allows you to specify the field members that used to be displayed based on the filter type provided in the pivot table.

    Declaration
    public string[] Items { get; set; }
    Property Value
    Type Description
    System.String[]

    The default value is null

    LevelCount

    Allows to set level of the field to fetch data from the cube for filtering.

    This option is applicable only for user-defined hierarchies in OLAP data source.

    Declaration
    public int LevelCount { get; set; }
    Property Value
    Type Description
    System.Int32

    The default value is 1

    Measure

    Allows to set value field for evaluation using conditions and operands for filtering.

    It is applicable only for label and value filtering.

    Declaration
    public string Measure { get; set; }
    Property Value
    Type Description
    System.String

    The default value is null

    Name

    Allows you to set the field name that used to display the selective or conditional-based filter members that used to be displayed in the pivot table.

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    The default value is null

    SelectedField

    Allows to set level name of a specified field, where the filtering settings to be applied.

    This option is applicable only for user-defined hierarchies in OLAP data source.

    Declaration
    public string SelectedField { get; set; }
    Property Value
    Type Description
    System.String

    The default value is null

    Type

    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.

    Declaration
    public FilterType Type { get; set; }
    Property Value
    Type Description
    FilterType

    The default value is FilterType.Include

    Value1

    Allows you to set the start value to display the filter items in the pivot table based on the condition applied.

    It is applicable only for label and value filtering.

    Declaration
    public object Value1 { get; set; }
    Property Value
    Type Description
    System.Object

    The default value is null

    Value2

    Allows you to set the end value to display the filter items in the pivot table based on the condition applied.

    This option will be used by default when the operator Between and NotBetween is chosen to apply. Also, it is applicable only for label and value filtering.

    Declaration
    public object Value2 { get; set; }
    Property Value
    Type Description
    System.Object

    The default value is null

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved