menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class TreeGridSummaryRow

    Options for configuring the summary rows in tree grid.

    Inheritance
    System.Object
    EJTagHelper
    TreeGridSummaryRow
    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 TreeGridSummaryRow : EJTagHelper

    Constructors

    TreeGridSummaryRow()

    Declaration
    public TreeGridSummaryRow()

    Properties

    SummaryColumn

    Gets or sets a summary columns in tree grid.

    Declaration
    public List<TreeGridSummaryColumn> SummaryColumn { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<TreeGridSummaryColumn>

    SummaryColumns

    Gets or sets a title for summary row

    Declaration
    [JsonProperty("summaryColumns")]
    public virtual List<TreeGridSummaryColumn> SummaryColumns { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<TreeGridSummaryColumn>

    Title

    Declaration
    [JsonProperty("title")]
    public string Title { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    ShouldSerializeSummaryColumns()

    Declaration
    public bool ShouldSerializeSummaryColumns()
    Returns
    Type Description
    System.Boolean

    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