menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class AdvancedFilter

    Inheritance
    System.Object
    EJTagHelper
    AdvancedFilter
    Inherited Members
    EJTagHelper.GetControlDetails()
    EJTagHelper.GetControlDetails(String)
    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.Models
    Assembly: Syncfusion.EJ.Pivot.dll
    Syntax
    public class AdvancedFilter : EJTagHelper

    Constructors

    AdvancedFilter()

    Declaration
    public AdvancedFilter()

    Properties

    AdvancedFilterType

    Declaration
    [JsonProperty("advancedFilterType")]
    [JsonConverter(typeof(StringEnumConverter))]
    public PivotGridAdvancedFilterType AdvancedFilterType { get; set; }
    Property Value
    Type Description
    PivotGridAdvancedFilterType

    LabelFilterOperator

    Declaration
    [JsonProperty("labelFilterOperator")]
    [JsonConverter(typeof(StringEnumConverter))]
    public PivotGridLabelFilterOptions LabelFilterOperator { get; set; }
    Property Value
    Type Description
    PivotGridLabelFilterOptions

    MeasureName

    Declaration
    [JsonProperty("measure")]
    public string MeasureName { get; set; }
    Property Value
    Type Description
    System.String

    Name

    Declaration
    [JsonProperty("name")]
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    ValueFilterOperator

    Declaration
    [JsonConverter(typeof(StringEnumConverter))]
    [JsonProperty("valueFilterOperator")]
    public PivotGridValueFilterOptions ValueFilterOperator { get; set; }
    Property Value
    Type Description
    PivotGridValueFilterOptions

    Values

    Declaration
    [JsonProperty("values")]
    public List<string> Values { 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