Class SummaryColumn
Gets or sets a value that indicates whether to add summary columns into the summary rows.
Inherited Members
Namespace: Syncfusion.JavaScript.Models
Assembly: Syncfusion.EJ.dll
Syntax
public class SummaryColumn : EJTagHelper
Constructors
SummaryColumn()
Declaration
public SummaryColumn()
Properties
CustomSummaryValue
Gets or sets a value that indicates the text displayed in the summary column as a value.
Declaration
[JsonProperty("customSummaryValue")]
public string CustomSummaryValue { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DataMember
This specifies summary column used to perform the summary calculation.
Declaration
[JsonProperty("dataMember")]
[HtmlAttributeName("datamember")]
public string DataMember { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DisplayColumn
Gets or sets a value that indicates to define the target column at which to display the summary.
Declaration
[JsonProperty("displayColumn")]
public string DisplayColumn { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Format
Gets or sets a value that indicates the format for the text applied on the column.
Declaration
[JsonProperty("format")]
public string Format { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Prefix
Gets or sets a value that indicates the text displayed before the summary column value.
Declaration
[JsonProperty("prefix")]
public string Prefix { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Suffix
Gets or sets a value that indicates the text displayed after the summary column value.
Declaration
[JsonProperty("suffix")]
public string Suffix { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SummaryType
Gets or sets a value that indicates the type of calculations to be performed for the corresponding summary column.
Declaration
[JsonProperty("summaryType")]
[JsonConverter(typeof(StringEnumConverter))]
public SummaryType SummaryType { get; set; }
Property Value
Type | Description |
---|---|
SummaryType |
Template
Gets or sets a value that indicates the template Id or string.
Declaration
[JsonProperty("template")]
public string Template { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |