Class AdvancedFilter
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.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> |