Class TreeGridSummaryColumn
Specifies the summary columns in the summary rows.
Inherited Members
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 TreeGridSummaryColumn : EJTagHelper
Constructors
TreeGridSummaryColumn()
Declaration
public TreeGridSummaryColumn()
Properties
CustomSummaryValue
Specifies the custom summary calculate function or text
Declaration
[JsonProperty("customSummaryValue")]
public string CustomSummaryValue { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DataMember
Specifies summary column used to perform the summary calculation.
Declaration
[HtmlAttributeName("datamember")]
[JsonProperty("dataMember")]
public string DataMember { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DisplayColumn
Specifies the required column to display the summary.
Declaration
[JsonProperty("displayColumn")]
public string DisplayColumn { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Format
Specifies the format to be applied on the summary column value.
Declaration
[JsonProperty("format")]
public string Format { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Prefix
Specifies the text to be displayed before the summary column value.
Declaration
[JsonProperty("prefix")]
public string Prefix { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Suffix
Specifies the text to be displayed after the summary column value.
Declaration
[JsonProperty("suffix")]
public string Suffix { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SummaryType
Specifies the summary type to perform calculations in a corresponding summary column
Declaration
[JsonProperty("summaryType")]
[JsonConverter(typeof(StringEnumConverter))]
public TreeGridSummaryType SummaryType { get; set; }
Property Value
Type | Description |
---|---|
TreeGridSummaryType |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()