menu

ASP.NET Web Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SummaryColumn

    Show / Hide Table of Contents

    Class SummaryColumn

    Gets or sets a value that indicates whether to add summary columns into the summary rows.

    Inheritance
    System.Object
    EJTagHelper
    SummaryColumn
    Inherited Members
    EJTagHelper.GetControlDetails()
    EJTagHelper.GetControlDetails(String)
    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 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
    Overrides
    System.Object.ToString()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved