Class SummaryColumnBuilder<T>
Inheritance
System.Object
SummaryColumnBuilder<T>
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.dll
Syntax
public class SummaryColumnBuilder<T>
where T : class
Type Parameters
Constructors
SummaryColumnBuilder(SummaryRow)
Gets or sets an object that indicates to managing the collection of summary rows for the grid.
Declaration
public SummaryColumnBuilder(SummaryRow summaryRow)
Parameters
Type |
Name |
Description |
SummaryRow |
summaryRow |
It displays the list of summaryRow options
|
Methods
Add()
Declaration
CustomSummaryValue(String)
Gets or sets a value that indicates the text displayed in the summary column as a value
Declaration
public SummaryColumnBuilder<T> CustomSummaryValue(string customSummaryValue)
Parameters
Type |
Name |
Description |
System.String |
customSummaryValue |
It accepts the string value and displays the text in the summarycolumn
|
Returns
DataMember(String)
This specifies summary column used to perform the summary calculation
Declaration
public SummaryColumnBuilder<T> DataMember(string dataMember)
Parameters
Type |
Name |
Description |
System.String |
dataMember |
It accepts the sring value and in which it performs summary calculation
|
Returns
DisplayColumn(String)
Gets or sets a value that indicates to define the target column at which to display the summary.
Declaration
public SummaryColumnBuilder<T> DisplayColumn(string displayColumn)
Parameters
Type |
Name |
Description |
System.String |
displayColumn |
It accepts the string value and defines the column in which summary column to display
|
Returns
Gets or sets a value that indicates the format for the text applied on the column
Declaration
public SummaryColumnBuilder<T> Format(string format)
Parameters
Type |
Name |
Description |
System.String |
format |
It accepts the string value and displays the format for the text
|
Returns
Prefix(String)
Gets or sets a value that indicates the text displayed before the summary column value
Declaration
public SummaryColumnBuilder<T> Prefix(string prefix)
Parameters
Type |
Name |
Description |
System.String |
prefix |
It accepts the string value and displays the text before the summary column value
|
Returns
Suffix(String)
Gets or sets a value that indicates the text displayed after the summary column value
Declaration
public SummaryColumnBuilder<T> Suffix(string suffix)
Parameters
Type |
Name |
Description |
System.String |
suffix |
It accepts the string value and displays the text after the summary column value
|
Returns
SummaryType(SummaryType)
Gets or sets a value that indicates the type of calculations to be performed for the corresponding summary column
Declaration
public SummaryColumnBuilder<T> SummaryType(SummaryType summaryType)
Parameters
Type |
Name |
Description |
SummaryType |
summaryType |
It displays the list of enum summaryType options
|
Returns
Template(String)
Declaration
public SummaryColumnBuilder<T> Template(string template)
Parameters
Type |
Name |
Description |
System.String |
template |
|
Returns