menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class Field

    Inheritance
    System.Object
    EJTagHelper
    Field
    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 Field : EJTagHelper

    Constructors

    Field()

    Declaration
    public Field()

    Properties

    AdvancedFilter

    Declaration
    [JsonProperty("advancedFilter")]
    public List<AdvancedFilter> AdvancedFilter { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<AdvancedFilter>

    Axis

    Declaration
    [JsonProperty("axis")]
    [JsonConverter(typeof(StringEnumConverter))]
    public AxisName Axis { get; set; }
    Property Value
    Type Description
    AxisName

    CssClass

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

    Delimiter

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

    DrilledItems

    Declaration
    [JsonProperty("drilledItems")]
    public List<List<string>> DrilledItems { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.Collections.Generic.List<System.String>>

    Expression

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

    FieldCaption

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

    FieldName

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

    FilterItems

    Declaration
    [JsonProperty("filterItems")]
    public FilterItems FilterItems { get; set; }
    Property Value
    Type Description
    FilterItems

    Format

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

    FormatString

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

    Formula

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

    GroupByDate

    Declaration
    [JsonProperty("groupByDate")]
    public GroupByDate GroupByDate { get; set; }
    Property Value
    Type Description
    GroupByDate

    HierarchyUniqueName

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

    IsCalculatedField

    Declaration
    [JsonProperty("isCalculatedField")]
    public bool IsCalculatedField { get; set; }
    Property Value
    Type Description
    System.Boolean

    IsNamedSets

    Declaration
    [JsonProperty("isNamedSets")]
    public bool IsNamedSets { get; set; }
    Property Value
    Type Description
    System.Boolean

    Measures

    Declaration
    [JsonProperty("measures")]
    public List<MeasuresItems> Measures { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<MeasuresItems>

    ShowSubTotal

    Declaration
    [JsonProperty("showSubTotal")]
    public bool ShowSubTotal { get; set; }
    Property Value
    Type Description
    System.Boolean

    SortOrder

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

    SummaryType

    Declaration
    [JsonConverter(typeof(StringEnumConverter))]
    [JsonProperty("summaryType")]
    public PivotSummaryType SummaryType { get; set; }
    Property Value
    Type Description
    PivotSummaryType
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved