Class PivotGridServiceMethods
Inheritance
System.Object
PivotGridServiceMethods
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 PivotGridServiceMethods
Constructors
PivotGridServiceMethods()
Declaration
public PivotGridServiceMethods()
Properties
CalculatedField
Declaration
[JsonProperty("calculatedField")]
public string CalculatedField { get; set; }
Property Value
Type |
Description |
System.String |
|
DeferUpdate
Declaration
[JsonProperty("deferUpdate")]
public string DeferUpdate { get; set; }
Property Value
Type |
Description |
System.String |
|
Drilldown
Declaration
[JsonProperty("drillDown")]
public string Drilldown { get; set; }
Property Value
Type |
Description |
System.String |
|
Export
Declaration
[JsonProperty("exportPivotGrid")]
public string Export { get; set; }
Property Value
Type |
Description |
System.String |
|
FetchMembers
Declaration
[JsonProperty("fetchMembers")]
public string FetchMembers { get; set; }
Property Value
Type |
Description |
System.String |
|
Filtering
Declaration
[JsonProperty("filtering")]
public string Filtering { get; set; }
Property Value
Type |
Description |
System.String |
|
Initialize
Declaration
[JsonProperty("initialize")]
public string Initialize { get; set; }
Property Value
Type |
Description |
System.String |
|
NodeDropped
Declaration
[JsonProperty("nodeDropped")]
public string NodeDropped { get; set; }
Property Value
Type |
Description |
System.String |
|
NodeStateModified
Declaration
[JsonProperty("nodeStateModified")]
public string NodeStateModified { get; set; }
Property Value
Type |
Description |
System.String |
|
Paging
Declaration
[JsonProperty("paging")]
public string Paging { get; set; }
Property Value
Type |
Description |
System.String |
|
Sorting
Declaration
[JsonProperty("sorting")]
public string Sorting { get; set; }
Property Value
Type |
Description |
System.String |
|