Class Field
Inheritance
System.Object
Field
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()
Assembly: Syncfusion.EJ.Pivot.dll
Syntax
public class Field : EJTagHelper
Constructors
Field()
Declaration
Properties
AdvancedFilter
Declaration
[JsonProperty("advancedFilter")]
public List<AdvancedFilter> AdvancedFilter { get; set; }
Property Value
Axis
Declaration
[JsonConverter(typeof(StringEnumConverter))]
[JsonProperty("axis")]
public AxisName Axis { get; set; }
Property Value
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
Declaration
[JsonProperty("format")]
public string Format { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[JsonProperty("formatString")]
public string FormatString { get; set; }
Property Value
Type |
Description |
System.String |
|
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
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
ShowSubTotal
Declaration
[JsonProperty("showSubTotal")]
public bool ShowSubTotal { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
SortOrder
Declaration
[JsonProperty("sortOrder")]
[JsonConverter(typeof(StringEnumConverter))]
public SortOrder SortOrder { get; set; }
Property Value
SummaryType
Declaration
[JsonConverter(typeof(StringEnumConverter))]
[JsonProperty("summaryType")]
public PivotSummaryType SummaryType { get; set; }
Property Value