menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class SubTotalSettings

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