Class TreeGridSummaryRow
Options for configuring the summary rows in tree grid.
Inherited Members
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()