menu

ASP.NET Web Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SummaryColumnBuilder<T>

    Show / Hide Table of Contents

    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()
    Namespace: Syncfusion.JavaScript
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class SummaryColumnBuilder<T>
        where T : class
    Type Parameters
    Name Description
    T

    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
    public void Add()

    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
    Type Description
    SummaryColumnBuilder<T>

    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
    Type Description
    SummaryColumnBuilder<T>

    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
    Type Description
    SummaryColumnBuilder<T>

    Format(String)

    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
    Type Description
    SummaryColumnBuilder<T>

    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
    Type Description
    SummaryColumnBuilder<T>

    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
    Type Description
    SummaryColumnBuilder<T>

    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
    Type Description
    SummaryColumnBuilder<T>

    Template(String)

    Declaration
    public SummaryColumnBuilder<T> Template(string template)
    Parameters
    Type Name Description
    System.String template
    Returns
    Type Description
    SummaryColumnBuilder<T>
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved