Class PivotClientCalculatedMember
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
Assembly: Syncfusion.EJ.Pivot.dll
Syntax
public class PivotClientCalculatedMember : EJTagHelper
Constructors
PivotClientCalculatedMember()
Declaration
public PivotClientCalculatedMember()
Properties
Caption
Declaration
[JsonProperty("caption")]
public string Caption { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Expression
Declaration
[JsonProperty("expression")]
public string Expression { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FormatString
Declaration
[JsonProperty("formatString")]
public string FormatString { get; set; }
Property Value
Type | Description |
---|---|
System.String |
HierarchyUniqueName
Declaration
[JsonProperty("hierarchyUniqueName")]
public string HierarchyUniqueName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MemberType
Declaration
[JsonConverter(typeof(StringEnumConverter))]
[JsonProperty("memberType")]
public PivotClientMemberType MemberType { get; set; }
Property Value
Type | Description |
---|---|
PivotClientMemberType |