Class PivotFields
Inheritance
System.Object
PivotFields
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.dll
Syntax
public class PivotFields
Constructors
PivotFields()
Declaration
public PivotFields()
Properties
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 |
SummaryType
Declaration
[JsonProperty("summaryType")]
public string SummaryType { get; set; }
Property Value
Type | Description |
---|---|
System.String |