Class SubTotalSettings
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.Models
Assembly: Syncfusion.EJ.Pivot.dll
Syntax
public class SubTotalSettings : EJTagHelper
Constructors
SubTotalSettings()
Declaration
public SubTotalSettings()
Properties
Level
Declaration
public virtual List<Levels> Level { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<Levels> |
Levels
Gets or sets the Levels.
Declaration
[JsonProperty("levels")]
public List<Levels> Levels { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<Levels> | Specifies options for customizing levels. |
Name
Declaration
[JsonProperty("name")]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |