Class SummaryRow
Gets or sets an object that indicates to managing the collection of summary rows for the grid.
Inherited Members
Namespace: Syncfusion.JavaScript.Models
Assembly: Syncfusion.EJ.dll
Syntax
public class SummaryRow : EJTagHelper
Constructors
SummaryRow()
Declaration
public SummaryRow()
Properties
ShowCaptionSummary
Gets or sets a value that indicates whether to show the summary value within the group caption area for the corresponding summary column while grouping the column.
Declaration
[JsonProperty("showCaptionSummary")]
public bool ShowCaptionSummary { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ShowGroupSummary
Gets or sets a value that indicates whether to show the group summary value for the corresponding summary column while grouping a column.
Declaration
[JsonProperty("showGroupSummary")]
public bool ShowGroupSummary { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ShowTotalSummary
Gets or sets a value that indicates whether to show the total summary value the for the corresponding summary column. The summary row is added after the grid content.
Declaration
[JsonProperty("showTotalSummary")]
public bool ShowTotalSummary { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
SummaryColumn
Gets or sets a value that indicates whether to add summary columns into the summary rows.
Declaration
public List<SummaryColumn> SummaryColumn { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<SummaryColumn> |
SummaryColumns
Gets or sets a value that indicates whether to add summary columns into the summary rows.
Declaration
[JsonProperty("summaryColumns")]
public virtual List<SummaryColumn> SummaryColumns { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<SummaryColumn> |
Title
This specifies the grid to show the title for the summary rows.
Declaration
[JsonProperty("title")]
public string Title { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TitleColumn
This specifies the grid to show the title of summary row in the specified column.
Declaration
[JsonProperty("titleColumn")]
public string TitleColumn { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
ShouldSerializeSummaryColumns()
Gets or sets a value that indicates whether the summary columns should serialize.
Declaration
public bool ShouldSerializeSummaryColumns()
Returns
Type | Description |
---|---|
System.Boolean | It returns the Boolean |
ToString()
Gets or sets a value that indicates whether to add summary columns into the summary rows.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |