menu

ASP.NET Web Forms

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

    Show / Hide Table of Contents

    Class ValueFilterCollection

    Inheritance
    System.Object
    ValueFilterCollection
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.JavaScript
    Assembly: Syncfusion.EJ.Pivot.dll
    Syntax
    public class ValueFilterCollection

    Constructors

    ValueFilterCollection()

    Declaration
    public ValueFilterCollection()

    ValueFilterCollection(String, String, String)

    Declaration
    public ValueFilterCollection(string filterCase, string filterValue1, string filterValue2)
    Parameters
    Type Name Description
    System.String filterCase
    System.String filterValue1
    System.String filterValue2

    Properties

    FilterCase

    Declaration
    public List<string> FilterCase { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.String>

    FirstFilterValue

    Declaration
    public List<string> FirstFilterValue { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.String>

    PivotCalculationSelection

    Declaration
    public List<string> PivotCalculationSelection { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.String>

    PivotItemName

    Declaration
    public List<string> PivotItemName { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.String>

    SecondFilterValue

    Declaration
    public List<string> SecondFilterValue { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.String>
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved