menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class Levels

    Inheritance
    System.Object
    Levels
    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 Levels

    Constructors

    Levels()

    Declaration
    public Levels()

    Properties

    Name

    Gets or sets the name.

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

    Specifies the names of Level.

    ShowSubTotal

    Gets or sets value for ShowSubTotal.

    Declaration
    [JsonProperty("showSubTotal")]
    public bool ShowSubTotal { get; set; }
    Property Value
    Type Description
    System.Boolean

    Show/hide the sub total

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved